color details

Color Details
#A7A7FF Color Hex

#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
Color spaces of #A7A7FFValue
RGB167, 167, 255
HSL0.67, 1, 0.83
HSV240°, 35°, 100°
XYZ47.8, 43.07, 100.38
Base Numbers
Base Red Green Blue
Binary 10100111 10100111 11111111
Octal 247 247 377
Decimal 167 167 255
Hex A7 A7 FF

RGB Percentages for Color #A7A7FF

28.35%
28.35%
43.29%

CMYK Percentages of the Color #A7A7FF

34.51%
34.51%
CSS Codes for Color #A7A7FF
.mybgColor {background-color: #A7A7FF;}
.myforeColor {color: #A7A7FF;}
.myborderColor {border:3px solid #A7A7FF;}
Text Font Color #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,

Background Color #A7A7FF

<div style="background-color:#A7A7FF">Div content here</div>

The background color of this div is #A7A7FF
Border Color #A7A7FF

<div style="border:3px solid #A7A7FF">Div here</div>

The border color of this div is #A7A7FF
Css3 Examples
            .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;            }
            
Text Shadow Using RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167, 167, 255, 0.8);">Text here</p>

This text has a shadow with RGB values.

Text Shadow Using Hex Values

<p style="text-shadow: 4px 4px 2px #A7A7FF;">Text here</p>

This text has a shadow with hexadecimal (hex) values.

Shadow Div Box

<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>

This div box has a shadow with a specified color. #A7A7FF
Scroll to Top