Shades of Perano #AAA0F9
Tints of Perano #AAA0F9
RGB
CMYK
RGB Variations
Color information
#AAA0F9 (or 0xAAA0F9) is known color: Perano. HEX triplet: AA, A0 and F9. RGB value is (170,160,249). Sum of RGB (Red+Green+Blue) = 170+160+249=579 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.36% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 249 (97.66% from 255 or 43.01% from 579); Max value from RGB is 249 - color contains mainly: blue. Hex color #AAA0F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0F9 is #555F06. Grayscale: #ACACAC. Windows color (decimal): -5594887 or 16359594. OLE color: 16359594.
HSL color Cylindrical-coordinate representation of color #AAA0F9: hue angle of 246.74º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AAA0F9 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 170 | 160 | 249 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.02 |
| HSL | 246.74º | 0.88% | 0.8% | - |
| HSV(B) | 246.74º | 0.36% | 0.98% | - |
| XYZ | 46.25 | 40.53 | 95.01 | - |
| YUV | 173.14 | 170.81 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 249 | 0.32 | 0.36 | 0 | 0.02 | 246.74 | 0.88 | 0.8 |
| Hex | AA | A0 | F9 | 20 | 24 | 0 | 2 | F7 | 58 | 50 |
| Octal | 252 | 240 | 371 | 40 | 44 | 0 | 2 | 367 | 130 | 120 |
| Binary | 10101010 | 10100000 | 11111001 | 100000 | 100100 | 0 | 10 | 11110111 | 1011000 | 1010000 |
Color Harmonies of #AAA0F9
Complementary color
Monochromatic Colors of #AAA0F9
Black with #AAA0F9
Text Example
Text Example
White with #AAA0F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0F9; }
p { color: rgb(170,160,249); }
H1.HeaderClassName
{
color: #AAA0F9;
}
.AnyTagClassName
{
color: #AAA0F9;
}
</style>
background-color css
<style>
a { background-color: #AAA0F9; }
a { background-color: rgb(170,160,249); }
div.DivClassName
{
background-color: #AAA0F9;
}
.BgClassName
{
background-color: #AAA0F9;
}
</style>
border-color css
<style>
span { border-color: #AAA0F9; }
span { border-color: rgb(170,160,249); }
td.TdClassName
{
border-color: #AAA0F9;
}
.TagClassName
{
border-color: #AAA0F9;
}
</style>