Shades of Perano #A0AEE0
Tints of Perano #A0AEE0
RGB
CMYK
RGB Variations
Color information
#A0AEE0 (or 0xA0AEE0) is known color: Perano. HEX triplet: A0, AE and E0. RGB value is (160,174,224). Sum of RGB (Red+Green+Blue) = 160+174+224=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 174 (68.36% from 255 or 31.18% from 558); Blue value is 224 (87.89% from 255 or 40.14% from 558); Max value from RGB is 224 - color contains mainly: blue. Hex color #A0AEE0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A0AEE0 is #5F511F. Grayscale: #AFAFAF. Windows color (decimal): -6246688 or 14724768. OLE color: 14724768.
HSL color Cylindrical-coordinate representation of color #A0AEE0: hue angle of 226.88º 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 #A0AEE0 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 174 | 224 | - |
| CMYK | 0.29 | 0.22 | 0 | 0.12 |
| HSL | 226.88º | 0.51% | 0.75% | - |
| HSV(B) | 226.88º | 0.29% | 0.88% | - |
| XYZ | 43.09 | 43.13 | 76.57 | - |
| YUV | 175.51 | 155.36 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 174 | 224 | 0.29 | 0.22 | 0 | 0.12 | 226.88 | 0.51 | 0.75 |
| Hex | A0 | AE | E0 | 1D | 16 | 0 | C | E3 | 33 | 4B |
| Octal | 240 | 256 | 340 | 35 | 26 | 0 | 14 | 343 | 63 | 113 |
| Binary | 10100000 | 10101110 | 11100000 | 11101 | 10110 | 0 | 1100 | 11100011 | 110011 | 1001011 |
Color Harmonies of #A0AEE0
Complementary color
Monochromatic Colors of #A0AEE0
Black with #A0AEE0
Text Example
Text Example
White with #A0AEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AEE0; }
p { color: rgb(160,174,224); }
H1.HeaderClassName
{
color: #A0AEE0;
}
.AnyTagClassName
{
color: #A0AEE0;
}
</style>
background-color css
<style>
a { background-color: #A0AEE0; }
a { background-color: rgb(160,174,224); }
div.DivClassName
{
background-color: #A0AEE0;
}
.BgClassName
{
background-color: #A0AEE0;
}
</style>
border-color css
<style>
span { border-color: #A0AEE0; }
span { border-color: rgb(160,174,224); }
td.TdClassName
{
border-color: #A0AEE0;
}
.TagClassName
{
border-color: #A0AEE0;
}
</style>