Shades of Perano #A0AFE7
Tints of Perano #A0AFE7
RGB
CMYK
RGB Variations
Color information
#A0AFE7 (or 0xA0AFE7) is known color: Perano. HEX triplet: A0, AF and E7. RGB value is (160,175,231). Sum of RGB (Red+Green+Blue) = 160+175+231=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 231 (90.62% from 255 or 40.81% from 566); Max value from RGB is 231 - color contains mainly: blue. Hex color #A0AFE7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AFE7 is #5F5018. Grayscale: #B0B0B0. Windows color (decimal): -6246425 or 15183776. OLE color: 15183776.
HSL color Cylindrical-coordinate representation of color #A0AFE7: hue angle of 227.32º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0AFE7 is Cyan = 0.31, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 175 | 231 | - |
| CMYK | 0.31 | 0.24 | 0 | 0.09 |
| HSL | 227.32º | 0.6% | 0.77% | - |
| HSV(B) | 227.32º | 0.31% | 0.91% | - |
| XYZ | 44.25 | 43.9 | 81.74 | - |
| YUV | 176.9 | 158.53 | 115.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 175 | 231 | 0.31 | 0.24 | 0 | 0.09 | 227.32 | 0.6 | 0.77 |
| Hex | A0 | AF | E7 | 1F | 18 | 0 | 9 | E3 | 3C | 4D |
| Octal | 240 | 257 | 347 | 37 | 30 | 0 | 11 | 343 | 74 | 115 |
| Binary | 10100000 | 10101111 | 11100111 | 11111 | 11000 | 0 | 1001 | 11100011 | 111100 | 1001101 |
Color Harmonies of #A0AFE7
Complementary color
Monochromatic Colors of #A0AFE7
Black with #A0AFE7
Text Example
Text Example
White with #A0AFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AFE7; }
p { color: rgb(160,175,231); }
H1.HeaderClassName
{
color: #A0AFE7;
}
.AnyTagClassName
{
color: #A0AFE7;
}
</style>
background-color css
<style>
a { background-color: #A0AFE7; }
a { background-color: rgb(160,175,231); }
div.DivClassName
{
background-color: #A0AFE7;
}
.BgClassName
{
background-color: #A0AFE7;
}
</style>
border-color css
<style>
span { border-color: #A0AFE7; }
span { border-color: rgb(160,175,231); }
td.TdClassName
{
border-color: #A0AFE7;
}
.TagClassName
{
border-color: #A0AFE7;
}
</style>