Shades of Perano #A7AFE8
Tints of Perano #A7AFE8
RGB
CMYK
RGB Variations
Color information
#A7AFE8 (or 0xA7AFE8) is known color: Perano. HEX triplet: A7, AF and E8. RGB value is (167,175,232). Sum of RGB (Red+Green+Blue) = 167+175+232=574 (76% of max value = 765). Red value is 167 (65.62% from 255 or 29.09% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 232 (91.02% from 255 or 40.42% from 574); Max value from RGB is 232 - color contains mainly: blue. Hex color #A7AFE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A7AFE8 is #585017. Grayscale: #B2B2B2. Windows color (decimal): -5787672 or 15249319. OLE color: 15249319.
HSL color Cylindrical-coordinate representation of color #A7AFE8: hue angle of 232.62º degrees, saturation: 0.59, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A7AFE8 is Cyan = 0.28, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 167 | 175 | 232 | - |
| CMYK | 0.28 | 0.25 | 0 | 0.09 |
| HSL | 232.62º | 0.59% | 0.78% | - |
| HSV(B) | 232.62º | 0.28% | 0.91% | - |
| XYZ | 45.83 | 44.7 | 82.56 | - |
| YUV | 179.11 | 157.85 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 175 | 232 | 0.28 | 0.25 | 0 | 0.09 | 232.62 | 0.59 | 0.78 |
| Hex | A7 | AF | E8 | 1C | 19 | 0 | 9 | E9 | 3B | 4E |
| Octal | 247 | 257 | 350 | 34 | 31 | 0 | 11 | 351 | 73 | 116 |
| Binary | 10100111 | 10101111 | 11101000 | 11100 | 11001 | 0 | 1001 | 11101001 | 111011 | 1001110 |
Color Harmonies of #A7AFE8
Complementary color
Monochromatic Colors of #A7AFE8
Black with #A7AFE8
Text Example
Text Example
White with #A7AFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AFE8; }
p { color: rgb(167,175,232); }
H1.HeaderClassName
{
color: #A7AFE8;
}
.AnyTagClassName
{
color: #A7AFE8;
}
</style>
background-color css
<style>
a { background-color: #A7AFE8; }
a { background-color: rgb(167,175,232); }
div.DivClassName
{
background-color: #A7AFE8;
}
.BgClassName
{
background-color: #A7AFE8;
}
</style>
border-color css
<style>
span { border-color: #A7AFE8; }
span { border-color: rgb(167,175,232); }
td.TdClassName
{
border-color: #A7AFE8;
}
.TagClassName
{
border-color: #A7AFE8;
}
</style>