Shades of Perano #A0AAF1
Tints of Perano #A0AAF1
RGB
CMYK
RGB Variations
Color information
#A0AAF1 (or 0xA0AAF1) is known color: Perano. HEX triplet: A0, AA and F1. RGB value is (160,170,241). Sum of RGB (Red+Green+Blue) = 160+170+241=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #A0AAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AAF1 is #5F550E. Grayscale: #AEAEAE. Windows color (decimal): -6247695 or 15837856. OLE color: 15837856.
HSL color Cylindrical-coordinate representation of color #A0AAF1: hue angle of 232.59º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0AAF1 is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 170 | 241 | - |
| CMYK | 0.34 | 0.29 | 0 | 0.05 |
| HSL | 232.59º | 0.74% | 0.79% | - |
| HSV(B) | 232.59º | 0.34% | 0.95% | - |
| XYZ | 44.75 | 42.57 | 89.08 | - |
| YUV | 175.1 | 165.19 | 117.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 241 | 0.34 | 0.29 | 0 | 0.05 | 232.59 | 0.74 | 0.79 |
| Hex | A0 | AA | F1 | 22 | 1D | 0 | 5 | E9 | 4A | 4F |
| Octal | 240 | 252 | 361 | 42 | 35 | 0 | 5 | 351 | 112 | 117 |
| Binary | 10100000 | 10101010 | 11110001 | 100010 | 11101 | 0 | 101 | 11101001 | 1001010 | 1001111 |
Color Harmonies of #A0AAF1
Complementary color
Monochromatic Colors of #A0AAF1
Black with #A0AAF1
Text Example
Text Example
White with #A0AAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AAF1; }
p { color: rgb(160,170,241); }
H1.HeaderClassName
{
color: #A0AAF1;
}
.AnyTagClassName
{
color: #A0AAF1;
}
</style>
background-color css
<style>
a { background-color: #A0AAF1; }
a { background-color: rgb(160,170,241); }
div.DivClassName
{
background-color: #A0AAF1;
}
.BgClassName
{
background-color: #A0AAF1;
}
</style>
border-color css
<style>
span { border-color: #A0AAF1; }
span { border-color: rgb(160,170,241); }
td.TdClassName
{
border-color: #A0AAF1;
}
.TagClassName
{
border-color: #A0AAF1;
}
</style>