Shades of Perano #A0ACE0
Tints of Perano #A0ACE0
RGB
CMYK
RGB Variations
Color information
#A0ACE0 (or 0xA0ACE0) is known color: Perano. HEX triplet: A0, AC and E0. RGB value is (160,172,224). Sum of RGB (Red+Green+Blue) = 160+172+224=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 224 (87.89% from 255 or 40.29% from 556); Max value from RGB is 224 - color contains mainly: blue. Hex color #A0ACE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0ACE0 is #5F531F. Grayscale: #AEAEAE. Windows color (decimal): -6247200 or 14724256. OLE color: 14724256.
HSL color Cylindrical-coordinate representation of color #A0ACE0: hue angle of 228.75º degrees, saturation: 0.51, 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 #A0ACE0 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 172 | 224 | - |
| CMYK | 0.29 | 0.23 | 0 | 0.12 |
| HSL | 228.75º | 0.51% | 0.75% | - |
| HSV(B) | 228.75º | 0.29% | 0.88% | - |
| XYZ | 42.7 | 42.36 | 76.45 | - |
| YUV | 174.34 | 156.02 | 117.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 224 | 0.29 | 0.23 | 0 | 0.12 | 228.75 | 0.51 | 0.75 |
| Hex | A0 | AC | E0 | 1D | 17 | 0 | C | E5 | 33 | 4B |
| Octal | 240 | 254 | 340 | 35 | 27 | 0 | 14 | 345 | 63 | 113 |
| Binary | 10100000 | 10101100 | 11100000 | 11101 | 10111 | 0 | 1100 | 11100101 | 110011 | 1001011 |
Color Harmonies of #A0ACE0
Complementary color
Monochromatic Colors of #A0ACE0
Black with #A0ACE0
Text Example
Text Example
White with #A0ACE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ACE0; }
p { color: rgb(160,172,224); }
H1.HeaderClassName
{
color: #A0ACE0;
}
.AnyTagClassName
{
color: #A0ACE0;
}
</style>
background-color css
<style>
a { background-color: #A0ACE0; }
a { background-color: rgb(160,172,224); }
div.DivClassName
{
background-color: #A0ACE0;
}
.BgClassName
{
background-color: #A0ACE0;
}
</style>
border-color css
<style>
span { border-color: #A0ACE0; }
span { border-color: rgb(160,172,224); }
td.TdClassName
{
border-color: #A0ACE0;
}
.TagClassName
{
border-color: #A0ACE0;
}
</style>