Shades of Perano #A0ABEB
Tints of Perano #A0ABEB
RGB
CMYK
RGB Variations
Color information
#A0ABEB (or 0xA0ABEB) is known color: Perano. HEX triplet: A0, AB and EB. RGB value is (160,171,235). Sum of RGB (Red+Green+Blue) = 160+171+235=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #A0ABEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A0ABEB is #5F5414. Grayscale: #AEAEAE. Windows color (decimal): -6247445 or 15444896. OLE color: 15444896.
HSL color Cylindrical-coordinate representation of color #A0ABEB: hue angle of 231.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0ABEB is Cyan = 0.32, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 171 | 235 | - |
| CMYK | 0.32 | 0.27 | 0 | 0.08 |
| HSL | 231.2º | 0.65% | 0.77% | - |
| HSV(B) | 231.2º | 0.32% | 0.92% | - |
| XYZ | 44.06 | 42.6 | 84.5 | - |
| YUV | 175.01 | 161.86 | 117.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 171 | 235 | 0.32 | 0.27 | 0 | 0.08 | 231.2 | 0.65 | 0.77 |
| Hex | A0 | AB | EB | 20 | 1B | 0 | 8 | E7 | 41 | 4D |
| Octal | 240 | 253 | 353 | 40 | 33 | 0 | 10 | 347 | 101 | 115 |
| Binary | 10100000 | 10101011 | 11101011 | 100000 | 11011 | 0 | 1000 | 11100111 | 1000001 | 1001101 |
Color Harmonies of #A0ABEB
Complementary color
Monochromatic Colors of #A0ABEB
Black with #A0ABEB
Text Example
Text Example
White with #A0ABEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ABEB; }
p { color: rgb(160,171,235); }
H1.HeaderClassName
{
color: #A0ABEB;
}
.AnyTagClassName
{
color: #A0ABEB;
}
</style>
background-color css
<style>
a { background-color: #A0ABEB; }
a { background-color: rgb(160,171,235); }
div.DivClassName
{
background-color: #A0ABEB;
}
.BgClassName
{
background-color: #A0ABEB;
}
</style>
border-color css
<style>
span { border-color: #A0ABEB; }
span { border-color: rgb(160,171,235); }
td.TdClassName
{
border-color: #A0ABEB;
}
.TagClassName
{
border-color: #A0ABEB;
}
</style>