Shades of Perano #A2AFE6
Tints of Perano #A2AFE6
RGB
CMYK
RGB Variations
Color information
#A2AFE6 (or 0xA2AFE6) is known color: Perano. HEX triplet: A2, AF and E6. RGB value is (162,175,230). Sum of RGB (Red+Green+Blue) = 162+175+230=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 175 (68.75% from 255 or 30.86% from 567); Blue value is 230 (90.23% from 255 or 40.56% from 567); Max value from RGB is 230 - color contains mainly: blue. Hex color #A2AFE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2AFE6 is #5D5019. Grayscale: #B1B1B1. Windows color (decimal): -6115354 or 15118242. OLE color: 15118242.
HSL color Cylindrical-coordinate representation of color #A2AFE6: hue angle of 228.53º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2AFE6 is Cyan = 0.30, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 175 | 230 | - |
| CMYK | 0.30 | 0.24 | 0 | 0.10 |
| HSL | 228.53º | 0.58% | 0.77% | - |
| HSV(B) | 228.53º | 0.3% | 0.9% | - |
| XYZ | 44.51 | 44.05 | 81.02 | - |
| YUV | 177.38 | 157.69 | 117.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 230 | 0.30 | 0.24 | 0 | 0.10 | 228.53 | 0.58 | 0.77 |
| Hex | A2 | AF | E6 | 1E | 18 | 0 | A | E5 | 3A | 4D |
| Octal | 242 | 257 | 346 | 36 | 30 | 0 | 12 | 345 | 72 | 115 |
| Binary | 10100010 | 10101111 | 11100110 | 11110 | 11000 | 0 | 1010 | 11100101 | 111010 | 1001101 |
Color Harmonies of #A2AFE6
Complementary color
Monochromatic Colors of #A2AFE6
Black with #A2AFE6
Text Example
Text Example
White with #A2AFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AFE6; }
p { color: rgb(162,175,230); }
H1.HeaderClassName
{
color: #A2AFE6;
}
.AnyTagClassName
{
color: #A2AFE6;
}
</style>
background-color css
<style>
a { background-color: #A2AFE6; }
a { background-color: rgb(162,175,230); }
div.DivClassName
{
background-color: #A2AFE6;
}
.BgClassName
{
background-color: #A2AFE6;
}
</style>
border-color css
<style>
span { border-color: #A2AFE6; }
span { border-color: rgb(162,175,230); }
td.TdClassName
{
border-color: #A2AFE6;
}
.TagClassName
{
border-color: #A2AFE6;
}
</style>