Shades of Perano #AAA2FF
Tints of Perano #AAA2FF
RGB
CMYK
RGB Variations
Color information
#AAA2FF (or 0xAAA2FF) is known color: Perano. HEX triplet: AA, A2 and FF. RGB value is (170,162,255). Sum of RGB (Red+Green+Blue) = 170+162+255=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 162 (63.67% from 255 or 27.60% 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 #AAA2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2FF is #555D00. Grayscale: #AEAEAE. Windows color (decimal): -5594369 or 16753322. OLE color: 16753322.
HSL color Cylindrical-coordinate representation of color #AAA2FF: hue angle of 245.16º 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 #AAA2FF is Cyan = 0.33, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 170 | 162 | 255 | - |
| CMYK | 0.33 | 0.36 | 0 | 0 |
| HSL | 245.16º | 1% | 0.82% | - |
| HSV(B) | 245.16º | 0.36% | 1% | - |
| XYZ | 47.55 | 41.61 | 100.13 | - |
| YUV | 174.99 | 173.15 | 124.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 255 | 0.33 | 0.36 | 0 | 0 | 245.16 | 1 | 0.82 |
| Hex | AA | A2 | FF | 21 | 24 | 0 | 0 | F5 | 64 | 52 |
| Octal | 252 | 242 | 377 | 41 | 44 | 0 | 0 | 365 | 144 | 122 |
| Binary | 10101010 | 10100010 | 11111111 | 100001 | 100100 | 0 | 0 | 11110101 | 1100100 | 1010010 |
Color Harmonies of #AAA2FF
Complementary color
Monochromatic Colors of #AAA2FF
Black with #AAA2FF
Text Example
Text Example
White with #AAA2FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2FF; }
p { color: rgb(170,162,255); }
H1.HeaderClassName
{
color: #AAA2FF;
}
.AnyTagClassName
{
color: #AAA2FF;
}
</style>
background-color css
<style>
a { background-color: #AAA2FF; }
a { background-color: rgb(170,162,255); }
div.DivClassName
{
background-color: #AAA2FF;
}
.BgClassName
{
background-color: #AAA2FF;
}
</style>
border-color css
<style>
span { border-color: #AAA2FF; }
span { border-color: rgb(170,162,255); }
td.TdClassName
{
border-color: #AAA2FF;
}
.TagClassName
{
border-color: #AAA2FF;
}
</style>