Shades of Perano #A2AFED
Tints of Perano #A2AFED
RGB
CMYK
RGB Variations
Color information
#A2AFED (or 0xA2AFED) is known color: Perano. HEX triplet: A2, AF and ED. RGB value is (162,175,237). Sum of RGB (Red+Green+Blue) = 162+175+237=574 (76% of max value = 765). Red value is 162 (63.67% from 255 or 28.22% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #A2AFED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2AFED is #5D5012. Grayscale: #B1B1B1. Windows color (decimal): -6115347 or 15576994. OLE color: 15576994.
HSL color Cylindrical-coordinate representation of color #A2AFED: hue angle of 229.6º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2AFED is Cyan = 0.32, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 175 | 237 | - |
| CMYK | 0.32 | 0.26 | 0 | 0.07 |
| HSL | 229.6º | 0.68% | 0.78% | - |
| HSV(B) | 229.6º | 0.32% | 0.93% | - |
| XYZ | 45.52 | 44.46 | 86.3 | - |
| YUV | 178.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 175 | 237 | 0.32 | 0.26 | 0 | 0.07 | 229.6 | 0.68 | 0.78 |
| Hex | A2 | AF | ED | 20 | 1A | 0 | 7 | E6 | 44 | 4E |
| Octal | 242 | 257 | 355 | 40 | 32 | 0 | 7 | 346 | 104 | 116 |
| Binary | 10100010 | 10101111 | 11101101 | 100000 | 11010 | 0 | 111 | 11100110 | 1000100 | 1001110 |
Color Harmonies of #A2AFED
Complementary color
Monochromatic Colors of #A2AFED
Black with #A2AFED
Text Example
Text Example
White with #A2AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AFED; }
p { color: rgb(162,175,237); }
H1.HeaderClassName
{
color: #A2AFED;
}
.AnyTagClassName
{
color: #A2AFED;
}
</style>
background-color css
<style>
a { background-color: #A2AFED; }
a { background-color: rgb(162,175,237); }
div.DivClassName
{
background-color: #A2AFED;
}
.BgClassName
{
background-color: #A2AFED;
}
</style>
border-color css
<style>
span { border-color: #A2AFED; }
span { border-color: rgb(162,175,237); }
td.TdClassName
{
border-color: #A2AFED;
}
.TagClassName
{
border-color: #A2AFED;
}
</style>