Shades of Perano #AAA6F0
Tints of Perano #AAA6F0
RGB
CMYK
RGB Variations
Color information
#AAA6F0 (or 0xAAA6F0) is known color: Perano. HEX triplet: AA, A6 and F0. RGB value is (170,166,240). Sum of RGB (Red+Green+Blue) = 170+166+240=576 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.51% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 240 (94.14% from 255 or 41.67% from 576); Max value from RGB is 240 - color contains mainly: blue. Hex color #AAA6F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA6F0 is #55590F. Grayscale: #AFAFAF. Windows color (decimal): -5593360 or 15771306. OLE color: 15771306.
HSL color Cylindrical-coordinate representation of color #AAA6F0: hue angle of 243.24º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAA6F0 is Cyan = 0.29, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 166 | 240 | - |
| CMYK | 0.29 | 0.31 | 0 | 0.06 |
| HSL | 243.24º | 0.71% | 0.8% | - |
| HSV(B) | 243.24º | 0.31% | 0.94% | - |
| XYZ | 45.94 | 42.11 | 88.14 | - |
| YUV | 175.63 | 164.33 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 166 | 240 | 0.29 | 0.31 | 0 | 0.06 | 243.24 | 0.71 | 0.8 |
| Hex | AA | A6 | F0 | 1D | 1F | 0 | 6 | F3 | 47 | 50 |
| Octal | 252 | 246 | 360 | 35 | 37 | 0 | 6 | 363 | 107 | 120 |
| Binary | 10101010 | 10100110 | 11110000 | 11101 | 11111 | 0 | 110 | 11110011 | 1000111 | 1010000 |
Color Harmonies of #AAA6F0
Complementary color
Monochromatic Colors of #AAA6F0
Black with #AAA6F0
Text Example
Text Example
White with #AAA6F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA6F0; }
p { color: rgb(170,166,240); }
H1.HeaderClassName
{
color: #AAA6F0;
}
.AnyTagClassName
{
color: #AAA6F0;
}
</style>
background-color css
<style>
a { background-color: #AAA6F0; }
a { background-color: rgb(170,166,240); }
div.DivClassName
{
background-color: #AAA6F0;
}
.BgClassName
{
background-color: #AAA6F0;
}
</style>
border-color css
<style>
span { border-color: #AAA6F0; }
span { border-color: rgb(170,166,240); }
td.TdClassName
{
border-color: #AAA6F0;
}
.TagClassName
{
border-color: #AAA6F0;
}
</style>