Shades of Perano #A0ACE1
Tints of Perano #A0ACE1
RGB
CMYK
RGB Variations
Color information
#A0ACE1 (or 0xA0ACE1) is known color: Perano. HEX triplet: A0, AC and E1. RGB value is (160,172,225). Sum of RGB (Red+Green+Blue) = 160+172+225=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #A0ACE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACE1 is #5F531E. Grayscale: #AEAEAE. Windows color (decimal): -6247199 or 14789792. OLE color: 14789792.
HSL color Cylindrical-coordinate representation of color #A0ACE1: hue angle of 228.92º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A0ACE1 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 172 | 225 | - |
| CMYK | 0.29 | 0.24 | 0 | 0.12 |
| HSL | 228.92º | 0.52% | 0.75% | - |
| HSV(B) | 228.92º | 0.29% | 0.88% | - |
| XYZ | 42.84 | 42.41 | 77.16 | - |
| YUV | 174.45 | 156.52 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 225 | 0.29 | 0.24 | 0 | 0.12 | 228.92 | 0.52 | 0.75 |
| Hex | A0 | AC | E1 | 1D | 18 | 0 | C | E5 | 34 | 4B |
| Octal | 240 | 254 | 341 | 35 | 30 | 0 | 14 | 345 | 64 | 113 |
| Binary | 10100000 | 10101100 | 11100001 | 11101 | 11000 | 0 | 1100 | 11100101 | 110100 | 1001011 |
Color Harmonies of #A0ACE1
Complementary color
Monochromatic Colors of #A0ACE1
Black with #A0ACE1
Text Example
Text Example
White with #A0ACE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ACE1; }
p { color: rgb(160,172,225); }
H1.HeaderClassName
{
color: #A0ACE1;
}
.AnyTagClassName
{
color: #A0ACE1;
}
</style>
background-color css
<style>
a { background-color: #A0ACE1; }
a { background-color: rgb(160,172,225); }
div.DivClassName
{
background-color: #A0ACE1;
}
.BgClassName
{
background-color: #A0ACE1;
}
</style>
border-color css
<style>
span { border-color: #A0ACE1; }
span { border-color: rgb(160,172,225); }
td.TdClassName
{
border-color: #A0ACE1;
}
.TagClassName
{
border-color: #A0ACE1;
}
</style>