Shades of Perano #AAA0F4
Tints of Perano #AAA0F4
RGB
CMYK
RGB Variations
Color information
#AAA0F4 (or 0xAAA0F4) is known color: Perano. HEX triplet: AA, A0 and F4. RGB value is (170,160,244). Sum of RGB (Red+Green+Blue) = 170+160+244=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 160 (62.89% from 255 or 27.87% from 574); Blue value is 244 (95.70% from 255 or 42.51% from 574); Max value from RGB is 244 - color contains mainly: blue. Hex color #AAA0F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAA0F4 is #555F0B. Grayscale: #ACACAC. Windows color (decimal): -5594892 or 16031914. OLE color: 16031914.
HSL color Cylindrical-coordinate representation of color #AAA0F4: hue angle of 247.14º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AAA0F4 is Cyan = 0.30, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 160 | 244 | - |
| CMYK | 0.30 | 0.34 | 0 | 0.04 |
| HSL | 247.14º | 0.79% | 0.79% | - |
| HSV(B) | 247.14º | 0.34% | 0.96% | - |
| XYZ | 45.48 | 40.22 | 90.95 | - |
| YUV | 172.57 | 168.31 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 160 | 244 | 0.30 | 0.34 | 0 | 0.04 | 247.14 | 0.79 | 0.79 |
| Hex | AA | A0 | F4 | 1E | 22 | 0 | 4 | F7 | 4F | 4F |
| Octal | 252 | 240 | 364 | 36 | 42 | 0 | 4 | 367 | 117 | 117 |
| Binary | 10101010 | 10100000 | 11110100 | 11110 | 100010 | 0 | 100 | 11110111 | 1001111 | 1001111 |
Color Harmonies of #AAA0F4
Complementary color
Monochromatic Colors of #AAA0F4
Black with #AAA0F4
Text Example
Text Example
White with #AAA0F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAA0F4; }
p { color: rgb(170,160,244); }
H1.HeaderClassName
{
color: #AAA0F4;
}
.AnyTagClassName
{
color: #AAA0F4;
}
</style>
background-color css
<style>
a { background-color: #AAA0F4; }
a { background-color: rgb(170,160,244); }
div.DivClassName
{
background-color: #AAA0F4;
}
.BgClassName
{
background-color: #AAA0F4;
}
</style>
border-color css
<style>
span { border-color: #AAA0F4; }
span { border-color: rgb(170,160,244); }
td.TdClassName
{
border-color: #AAA0F4;
}
.TagClassName
{
border-color: #AAA0F4;
}
</style>