Shades of Perano #A0AAEC
Tints of Perano #A0AAEC
RGB
CMYK
RGB Variations
Color information
#A0AAEC (or 0xA0AAEC) is known color: Perano. HEX triplet: A0, AA and EC. RGB value is (160,170,236). Sum of RGB (Red+Green+Blue) = 160+170+236=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 236 (92.58% from 255 or 41.70% from 566); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0AAEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0AAEC is #5F5513. Grayscale: #AEAEAE. Windows color (decimal): -6247700 or 15510176. OLE color: 15510176.
HSL color Cylindrical-coordinate representation of color #A0AAEC: hue angle of 232.11º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0AAEC is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 170 | 236 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.07 |
| HSL | 232.11º | 0.67% | 0.78% | - |
| HSV(B) | 232.11º | 0.32% | 0.93% | - |
| XYZ | 44.01 | 42.28 | 85.2 | - |
| YUV | 174.53 | 162.69 | 117.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 170 | 236 | 0.32 | 0.28 | 0 | 0.07 | 232.11 | 0.67 | 0.78 |
| Hex | A0 | AA | EC | 20 | 1C | 0 | 7 | E8 | 43 | 4E |
| Octal | 240 | 252 | 354 | 40 | 34 | 0 | 7 | 350 | 103 | 116 |
| Binary | 10100000 | 10101010 | 11101100 | 100000 | 11100 | 0 | 111 | 11101000 | 1000011 | 1001110 |
Color Harmonies of #A0AAEC
Complementary color
Monochromatic Colors of #A0AAEC
Black with #A0AAEC
Text Example
Text Example
White with #A0AAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AAEC; }
p { color: rgb(160,170,236); }
H1.HeaderClassName
{
color: #A0AAEC;
}
.AnyTagClassName
{
color: #A0AAEC;
}
</style>
background-color css
<style>
a { background-color: #A0AAEC; }
a { background-color: rgb(160,170,236); }
div.DivClassName
{
background-color: #A0AAEC;
}
.BgClassName
{
background-color: #A0AAEC;
}
</style>
border-color css
<style>
span { border-color: #A0AAEC; }
span { border-color: rgb(160,170,236); }
td.TdClassName
{
border-color: #A0AAEC;
}
.TagClassName
{
border-color: #A0AAEC;
}
</style>