Shades of Perano #AAA6F9
Tints of Perano #AAA6F9
RGB
CMYK
RGB Variations
Color information
#AAA6F9 (or 0xAAA6F9) is known color: Perano. HEX triplet: AA, A6 and F9. RGB value is (170,166,249). Sum of RGB (Red+Green+Blue) = 170+166+249=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 166 (65.23% from 255 or 28.38% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAA6F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA6F9 is #555906. Grayscale: #B0B0B0. Windows color (decimal): -5593351 or 16361130. OLE color: 16361130.
HSL color Cylindrical-coordinate representation of color #AAA6F9: hue angle of 242.89º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AAA6F9 is Cyan = 0.32, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 166 | 249 | - |
| CMYK | 0.32 | 0.33 | 0 | 0.02 |
| HSL | 242.89º | 0.87% | 0.81% | - |
| HSV(B) | 242.89º | 0.33% | 0.98% | - |
| XYZ | 47.31 | 42.66 | 95.36 | - |
| YUV | 176.66 | 168.83 | 123.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 249 | 0.32 | 0.33 | 0 | 0.02 | 242.89 | 0.87 | 0.81 |
| Hex | AA | A6 | F9 | 20 | 21 | 0 | 2 | F3 | 57 | 51 |
| Octal | 252 | 246 | 371 | 40 | 41 | 0 | 2 | 363 | 127 | 121 |
| Binary | 10101010 | 10100110 | 11111001 | 100000 | 100001 | 0 | 10 | 11110011 | 1010111 | 1010001 |
Color Harmonies of #AAA6F9
Complementary color
Monochromatic Colors of #AAA6F9
Black with #AAA6F9
Text Example
Text Example
White with #AAA6F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6F9; }
p { color: rgb(170,166,249); }
H1.HeaderClassName
{
color: #AAA6F9;
}
.AnyTagClassName
{
color: #AAA6F9;
}
</style>
background-color css
<style>
a { background-color: #AAA6F9; }
a { background-color: rgb(170,166,249); }
div.DivClassName
{
background-color: #AAA6F9;
}
.BgClassName
{
background-color: #AAA6F9;
}
</style>
border-color css
<style>
span { border-color: #AAA6F9; }
span { border-color: rgb(170,166,249); }
td.TdClassName
{
border-color: #AAA6F9;
}
.TagClassName
{
border-color: #AAA6F9;
}
</style>