Shades of Perano #A2AAFE
Tints of Perano #A2AAFE
RGB
CMYK
RGB Variations
Color information
#A2AAFE (or 0xA2AAFE) is known color: Perano. HEX triplet: A2, AA and FE. RGB value is (162,170,254). Sum of RGB (Red+Green+Blue) = 162+170+254=586 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.65% from 586); Green value is 170 (66.80% from 255 or 29.01% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #A2AAFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2AAFE is #5D5501. Grayscale: #B0B0B0. Windows color (decimal): -6116610 or 16689826. OLE color: 16689826.
HSL color Cylindrical-coordinate representation of color #A2AAFE: hue angle of 234.78º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2AAFE is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 170 | 254 | - |
| CMYK | 0.36 | 0.33 | 0 | 0.00 |
| HSL | 234.78º | 0.98% | 0.82% | - |
| HSV(B) | 234.78º | 0.36% | 1% | - |
| XYZ | 47.16 | 43.59 | 99.69 | - |
| YUV | 177.18 | 171.35 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 254 | 0.36 | 0.33 | 0 | 0.00 | 234.78 | 0.98 | 0.82 |
| Hex | A2 | AA | FE | 24 | 21 | 0 | 0 | EB | 62 | 52 |
| Octal | 242 | 252 | 376 | 44 | 41 | 0 | 0 | 353 | 142 | 122 |
| Binary | 10100010 | 10101010 | 11111110 | 100100 | 100001 | 0 | 0 | 11101011 | 1100010 | 1010010 |
Color Harmonies of #A2AAFE
Complementary color
Monochromatic Colors of #A2AAFE
Black with #A2AAFE
Text Example
Text Example
White with #A2AAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AAFE; }
p { color: rgb(162,170,254); }
H1.HeaderClassName
{
color: #A2AAFE;
}
.AnyTagClassName
{
color: #A2AAFE;
}
</style>
background-color css
<style>
a { background-color: #A2AAFE; }
a { background-color: rgb(162,170,254); }
div.DivClassName
{
background-color: #A2AAFE;
}
.BgClassName
{
background-color: #A2AAFE;
}
</style>
border-color css
<style>
span { border-color: #A2AAFE; }
span { border-color: rgb(162,170,254); }
td.TdClassName
{
border-color: #A2AAFE;
}
.TagClassName
{
border-color: #A2AAFE;
}
</style>