Shades of Perano #AAA2F2
Tints of Perano #AAA2F2
RGB
CMYK
RGB Variations
Color information
#AAA2F2 (or 0xAAA2F2) is known color: Perano. HEX triplet: AA, A2 and F2. RGB value is (170,162,242). Sum of RGB (Red+Green+Blue) = 170+162+242=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 162 (63.67% from 255 or 28.22% from 574); Blue value is 242 (94.92% from 255 or 42.16% from 574); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAA2F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA2F2 is #555D0D. Grayscale: #ADADAD. Windows color (decimal): -5594382 or 15901354. OLE color: 15901354.
HSL color Cylindrical-coordinate representation of color #AAA2F2: hue angle of 246º degrees, saturation: 0.75, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA2F2 is Cyan = 0.30, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 162 | 242 | - |
| CMYK | 0.30 | 0.33 | 0 | 0.05 |
| HSL | 246º | 0.75% | 0.79% | - |
| HSV(B) | 246º | 0.33% | 0.95% | - |
| XYZ | 45.52 | 40.8 | 89.48 | - |
| YUV | 173.51 | 166.65 | 125.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 162 | 242 | 0.30 | 0.33 | 0 | 0.05 | 246 | 0.75 | 0.79 |
| Hex | AA | A2 | F2 | 1E | 21 | 0 | 5 | F6 | 4B | 4F |
| Octal | 252 | 242 | 362 | 36 | 41 | 0 | 5 | 366 | 113 | 117 |
| Binary | 10101010 | 10100010 | 11110010 | 11110 | 100001 | 0 | 101 | 11110110 | 1001011 | 1001111 |
Color Harmonies of #AAA2F2
Complementary color
Monochromatic Colors of #AAA2F2
Black with #AAA2F2
Text Example
Text Example
White with #AAA2F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA2F2; }
p { color: rgb(170,162,242); }
H1.HeaderClassName
{
color: #AAA2F2;
}
.AnyTagClassName
{
color: #AAA2F2;
}
</style>
background-color css
<style>
a { background-color: #AAA2F2; }
a { background-color: rgb(170,162,242); }
div.DivClassName
{
background-color: #AAA2F2;
}
.BgClassName
{
background-color: #AAA2F2;
}
</style>
border-color css
<style>
span { border-color: #AAA2F2; }
span { border-color: rgb(170,162,242); }
td.TdClassName
{
border-color: #AAA2F2;
}
.TagClassName
{
border-color: #AAA2F2;
}
</style>