Shades of Perano #A0AAE8
Tints of Perano #A0AAE8
RGB
CMYK
RGB Variations
Color information
#A0AAE8 (or 0xA0AAE8) is known color: Perano. HEX triplet: A0, AA and E8. RGB value is (160,170,232). Sum of RGB (Red+Green+Blue) = 160+170+232=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 232 - color contains mainly: blue. Hex color #A0AAE8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AAE8 is #5F5517. Grayscale: #ADADAD. Windows color (decimal): -6247704 or 15248032. OLE color: 15248032.
HSL color Cylindrical-coordinate representation of color #A0AAE8: hue angle of 231.67º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0AAE8 is Cyan = 0.31, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 170 | 232 | - |
| CMYK | 0.31 | 0.27 | 0 | 0.09 |
| HSL | 231.67º | 0.61% | 0.77% | - |
| HSV(B) | 231.67º | 0.31% | 0.91% | - |
| XYZ | 43.44 | 42.05 | 82.17 | - |
| YUV | 174.08 | 160.69 | 117.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 232 | 0.31 | 0.27 | 0 | 0.09 | 231.67 | 0.61 | 0.77 |
| Hex | A0 | AA | E8 | 1F | 1B | 0 | 9 | E8 | 3D | 4D |
| Octal | 240 | 252 | 350 | 37 | 33 | 0 | 11 | 350 | 75 | 115 |
| Binary | 10100000 | 10101010 | 11101000 | 11111 | 11011 | 0 | 1001 | 11101000 | 111101 | 1001101 |
Color Harmonies of #A0AAE8
Complementary color
Monochromatic Colors of #A0AAE8
Black with #A0AAE8
Text Example
Text Example
White with #A0AAE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AAE8; }
p { color: rgb(160,170,232); }
H1.HeaderClassName
{
color: #A0AAE8;
}
.AnyTagClassName
{
color: #A0AAE8;
}
</style>
background-color css
<style>
a { background-color: #A0AAE8; }
a { background-color: rgb(160,170,232); }
div.DivClassName
{
background-color: #A0AAE8;
}
.BgClassName
{
background-color: #A0AAE8;
}
</style>
border-color css
<style>
span { border-color: #A0AAE8; }
span { border-color: rgb(160,170,232); }
td.TdClassName
{
border-color: #A0AAE8;
}
.TagClassName
{
border-color: #A0AAE8;
}
</style>