Shades of Perano #A0ABEC
Tints of Perano #A0ABEC
RGB
CMYK
RGB Variations
Color information
#A0ABEC (or 0xA0ABEC) is known color: Perano. HEX triplet: A0, AB and EC. RGB value is (160,171,236). Sum of RGB (Red+Green+Blue) = 160+171+236=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 171 (67.19% from 255 or 30.16% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #A0ABEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ABEC is #5F5413. Grayscale: #AEAEAE. Windows color (decimal): -6247444 or 15510432. OLE color: 15510432.
HSL color Cylindrical-coordinate representation of color #A0ABEC: hue angle of 231.32º 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 #A0ABEC is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 171 | 236 | - |
| CMYK | 0.32 | 0.28 | 0 | 0.07 |
| HSL | 231.32º | 0.67% | 0.78% | - |
| HSV(B) | 231.32º | 0.32% | 0.93% | - |
| XYZ | 44.2 | 42.66 | 85.26 | - |
| YUV | 175.12 | 162.36 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 236 | 0.32 | 0.28 | 0 | 0.07 | 231.32 | 0.67 | 0.78 |
| Hex | A0 | AB | EC | 20 | 1C | 0 | 7 | E7 | 43 | 4E |
| Octal | 240 | 253 | 354 | 40 | 34 | 0 | 7 | 347 | 103 | 116 |
| Binary | 10100000 | 10101011 | 11101100 | 100000 | 11100 | 0 | 111 | 11100111 | 1000011 | 1001110 |
Color Harmonies of #A0ABEC
Complementary color
Monochromatic Colors of #A0ABEC
Black with #A0ABEC
Text Example
Text Example
White with #A0ABEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ABEC; }
p { color: rgb(160,171,236); }
H1.HeaderClassName
{
color: #A0ABEC;
}
.AnyTagClassName
{
color: #A0ABEC;
}
</style>
background-color css
<style>
a { background-color: #A0ABEC; }
a { background-color: rgb(160,171,236); }
div.DivClassName
{
background-color: #A0ABEC;
}
.BgClassName
{
background-color: #A0ABEC;
}
</style>
border-color css
<style>
span { border-color: #A0ABEC; }
span { border-color: rgb(160,171,236); }
td.TdClassName
{
border-color: #A0ABEC;
}
.TagClassName
{
border-color: #A0ABEC;
}
</style>