Shades of Perano #A2AFE9
Tints of Perano #A2AFE9
RGB
CMYK
RGB Variations
Color information
#A2AFE9 (or 0xA2AFE9) is known color: Perano. HEX triplet: A2, AF and E9. RGB value is (162,175,233). Sum of RGB (Red+Green+Blue) = 162+175+233=570 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.42% from 570); Green value is 175 (68.75% from 255 or 30.70% from 570); Blue value is 233 (91.41% from 255 or 40.88% from 570); Max value from RGB is 233 - color contains mainly: blue. Hex color #A2AFE9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2AFE9 is #5D5016. Grayscale: #B1B1B1. Windows color (decimal): -6115351 or 15314850. OLE color: 15314850.
HSL color Cylindrical-coordinate representation of color #A2AFE9: hue angle of 229.01º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2AFE9 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 175 | 233 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.09 |
| HSL | 229.01º | 0.62% | 0.77% | - |
| HSV(B) | 229.01º | 0.3% | 0.91% | - |
| XYZ | 44.94 | 44.22 | 83.26 | - |
| YUV | 177.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 233 | 0.30 | 0.25 | 0 | 0.09 | 229.01 | 0.62 | 0.77 |
| Hex | A2 | AF | E9 | 1E | 19 | 0 | 9 | E5 | 3E | 4D |
| Octal | 242 | 257 | 351 | 36 | 31 | 0 | 11 | 345 | 76 | 115 |
| Binary | 10100010 | 10101111 | 11101001 | 11110 | 11001 | 0 | 1001 | 11100101 | 111110 | 1001101 |
Color Harmonies of #A2AFE9
Complementary color
Monochromatic Colors of #A2AFE9
Black with #A2AFE9
Text Example
Text Example
White with #A2AFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AFE9; }
p { color: rgb(162,175,233); }
H1.HeaderClassName
{
color: #A2AFE9;
}
.AnyTagClassName
{
color: #A2AFE9;
}
</style>
background-color css
<style>
a { background-color: #A2AFE9; }
a { background-color: rgb(162,175,233); }
div.DivClassName
{
background-color: #A2AFE9;
}
.BgClassName
{
background-color: #A2AFE9;
}
</style>
border-color css
<style>
span { border-color: #A2AFE9; }
span { border-color: rgb(162,175,233); }
td.TdClassName
{
border-color: #A2AFE9;
}
.TagClassName
{
border-color: #A2AFE9;
}
</style>