#A7A7FF color RGB value is (10, 122, 127).
#A7A7FF hex color red value is 10, green value is 122, and blue value is 127.
Cylindrical-coordinate representations (HSL) of color #A7A7FF
hue: 182.56,
saturation: 0.85 and lightness: 0.27.
The process color (four-color CMYK) of #A7A7FF color hex is 0.00, 0.28, 0.40, 0.03. Web safe color of #A7A7FF is #ff9999. Color #A7A7FF contains mainly RED.
Color spaces of #A7A7FF | Value |
---|---|
RGB | 167, 167, 255 |
HSL | 0.67, 1, 0.83 |
HSV | 240°, 35°, 100° |
XYZ | 47.8, 43.07, 100.38 |
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100111 | 10100111 | 11111111 |
Octal | 247 | 247 | 377 |
Decimal | 167 | 167 | 255 |
Hex | A7 | A7 | FF |
Shades of #A7A7FF
Tints of #A7A7FF
.mybgColor {background-color: #A7A7FF;} .myforeColor {color: #A7A7FF;} .myborderColor {border:3px solid #A7A7FF;}
<p style="color:#A7A7FF">Text here</p>
This sample text is styled with the font color #A7A7FF. It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout. The point of using Lorem Ipsum is that it has a more-or-less normal distribution of letters, as opposed to using 'Content here,
<div style="background-color:#A7A7FF">Div content here</div>
<div style="border:3px solid #A7A7FF">Div here</div>
.textShadowRgb { text-shadow: 4px 4px 2px rgba(167, 167, 255, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #A7A7FF; } .divShadow { -moz-box-shadow: 1px 1px 3px #A7A7FF; -webkit-box-shadow: 1px 1px 3px #A7A7FF; box-shadow: 1px 1px 3px #A7A7FF; }
<p style="text-shadow: 4px 4px 2px rgba(167, 167, 255, 0.8);">Text here</p>
This text has a shadow with RGB values.
<p style="text-shadow: 4px 4px 2px #A7A7FF;">Text here</p>
This text has a shadow with hexadecimal (hex) values.
<div style="-moz-box-shadow: 1px 1px 3px #A7A7FF;
-webkit-box-shadow: 1px 1px 3px #A7A7FF;
box-shadow: 1px 1px 3px #A7A7FF;">Div content here</div>