Shades of Perano #A2AAFF
Tints of Perano #A2AAFF
RGB
CMYK
RGB Variations
Color information
#A2AAFF (or 0xA2AAFF) is known color: Perano. HEX triplet: A2, AA and FF. RGB value is (162,170,255). Sum of RGB (Red+Green+Blue) = 162+170+255=587 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.60% from 587); Green value is 170 (66.80% from 255 or 28.96% from 587); Blue value is 255 (100% from 255 or 43.44% from 587); Max value from RGB is 255 - color contains mainly: blue. Hex color #A2AAFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A2AAFF is #5D5500. Grayscale: #B0B0B0. Windows color (decimal): -6116609 or 16755362. OLE color: 16755362.
HSL color Cylindrical-coordinate representation of color #A2AAFF: hue angle of 234.84º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2AAFF is Cyan = 0.36, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 170 | 255 | - |
| CMYK | 0.36 | 0.33 | 0 | 0 |
| HSL | 234.84º | 1% | 0.82% | - |
| HSV(B) | 234.84º | 0.36% | 1% | - |
| XYZ | 47.33 | 43.65 | 100.54 | - |
| YUV | 177.3 | 171.85 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 170 | 255 | 0.36 | 0.33 | 0 | 0 | 234.84 | 1 | 0.82 |
| Hex | A2 | AA | FF | 24 | 21 | 0 | 0 | EB | 64 | 52 |
| Octal | 242 | 252 | 377 | 44 | 41 | 0 | 0 | 353 | 144 | 122 |
| Binary | 10100010 | 10101010 | 11111111 | 100100 | 100001 | 0 | 0 | 11101011 | 1100100 | 1010010 |
Color Harmonies of #A2AAFF
Complementary color
Monochromatic Colors of #A2AAFF
Black with #A2AAFF
Text Example
Text Example
White with #A2AAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2AAFF; }
p { color: rgb(162,170,255); }
H1.HeaderClassName
{
color: #A2AAFF;
}
.AnyTagClassName
{
color: #A2AAFF;
}
</style>
background-color css
<style>
a { background-color: #A2AAFF; }
a { background-color: rgb(162,170,255); }
div.DivClassName
{
background-color: #A2AAFF;
}
.BgClassName
{
background-color: #A2AAFF;
}
</style>
border-color css
<style>
span { border-color: #A2AAFF; }
span { border-color: rgb(162,170,255); }
td.TdClassName
{
border-color: #A2AAFF;
}
.TagClassName
{
border-color: #A2AAFF;
}
</style>