Shades of Perano #AAA2FA
Tints of Perano #AAA2FA
RGB
CMYK
RGB Variations
Color information
#AAA2FA (or 0xAAA2FA) is known color: Perano. HEX triplet: AA, A2 and FA. RGB value is (170,162,250). Sum of RGB (Red+Green+Blue) = 170+162+250=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 162 (63.67% from 255 or 27.84% from 582); Blue value is 250 (98.05% from 255 or 42.96% from 582); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAA2FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2FA is #555D05. Grayscale: #AEAEAE. Windows color (decimal): -5594374 or 16425642. OLE color: 16425642.
HSL color Cylindrical-coordinate representation of color #AAA2FA: hue angle of 245.45º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AAA2FA is Cyan = 0.32, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 162 | 250 | - |
| CMYK | 0.32 | 0.35 | 0 | 0.02 |
| HSL | 245.45º | 0.9% | 0.81% | - |
| HSV(B) | 245.45º | 0.35% | 0.98% | - |
| XYZ | 46.75 | 41.29 | 95.95 | - |
| YUV | 174.42 | 170.65 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 250 | 0.32 | 0.35 | 0 | 0.02 | 245.45 | 0.9 | 0.81 |
| Hex | AA | A2 | FA | 20 | 23 | 0 | 2 | F5 | 5A | 51 |
| Octal | 252 | 242 | 372 | 40 | 43 | 0 | 2 | 365 | 132 | 121 |
| Binary | 10101010 | 10100010 | 11111010 | 100000 | 100011 | 0 | 10 | 11110101 | 1011010 | 1010001 |
Color Harmonies of #AAA2FA
Complementary color
Monochromatic Colors of #AAA2FA
Black with #AAA2FA
Text Example
Text Example
White with #AAA2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2FA; }
p { color: rgb(170,162,250); }
H1.HeaderClassName
{
color: #AAA2FA;
}
.AnyTagClassName
{
color: #AAA2FA;
}
</style>
background-color css
<style>
a { background-color: #AAA2FA; }
a { background-color: rgb(170,162,250); }
div.DivClassName
{
background-color: #AAA2FA;
}
.BgClassName
{
background-color: #AAA2FA;
}
</style>
border-color css
<style>
span { border-color: #AAA2FA; }
span { border-color: rgb(170,162,250); }
td.TdClassName
{
border-color: #AAA2FA;
}
.TagClassName
{
border-color: #AAA2FA;
}
</style>