Shades of Perano #A8AFE7
Tints of Perano #A8AFE7
RGB
CMYK
RGB Variations
Color information
#A8AFE7 (or 0xA8AFE7) is known color: Perano. HEX triplet: A8, AF and E7. RGB value is (168,175,231). Sum of RGB (Red+Green+Blue) = 168+175+231=574 (76% of max value = 765). Red value is 168 (66.02% from 255 or 29.27% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 231 (90.62% from 255 or 40.24% from 574); Max value from RGB is 231 - color contains mainly: blue. Hex color #A8AFE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A8AFE7 is #575018. Grayscale: #B3B3B3. Windows color (decimal): -5722137 or 15183784. OLE color: 15183784.
HSL color Cylindrical-coordinate representation of color #A8AFE7: hue angle of 233.33º degrees, saturation: 0.57, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8AFE7 is Cyan = 0.27, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 175 | 231 | - |
| CMYK | 0.27 | 0.24 | 0 | 0.09 |
| HSL | 233.33º | 0.57% | 0.78% | - |
| HSV(B) | 233.33º | 0.27% | 0.91% | - |
| XYZ | 45.9 | 44.75 | 81.82 | - |
| YUV | 179.29 | 157.18 | 119.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 175 | 231 | 0.27 | 0.24 | 0 | 0.09 | 233.33 | 0.57 | 0.78 |
| Hex | A8 | AF | E7 | 1B | 18 | 0 | 9 | E9 | 39 | 4E |
| Octal | 250 | 257 | 347 | 33 | 30 | 0 | 11 | 351 | 71 | 116 |
| Binary | 10101000 | 10101111 | 11100111 | 11011 | 11000 | 0 | 1001 | 11101001 | 111001 | 1001110 |
Color Harmonies of #A8AFE7
Complementary color
Monochromatic Colors of #A8AFE7
Black with #A8AFE7
Text Example
Text Example
White with #A8AFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AFE7; }
p { color: rgb(168,175,231); }
H1.HeaderClassName
{
color: #A8AFE7;
}
.AnyTagClassName
{
color: #A8AFE7;
}
</style>
background-color css
<style>
a { background-color: #A8AFE7; }
a { background-color: rgb(168,175,231); }
div.DivClassName
{
background-color: #A8AFE7;
}
.BgClassName
{
background-color: #A8AFE7;
}
</style>
border-color css
<style>
span { border-color: #A8AFE7; }
span { border-color: rgb(168,175,231); }
td.TdClassName
{
border-color: #A8AFE7;
}
.TagClassName
{
border-color: #A8AFE7;
}
</style>