Shades of Perano #ABAAEF
Tints of Perano #ABAAEF
RGB
CMYK
RGB Variations
Color information
#ABAAEF (or 0xABAAEF) is known color: Perano. HEX triplet: AB, AA and EF. RGB value is (171,170,239). Sum of RGB (Red+Green+Blue) = 171+170+239=580 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.48% from 580); Green value is 170 (66.80% from 255 or 29.31% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #ABAAEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAEF is #545510. Grayscale: #B1B1B1. Windows color (decimal): -5526801 or 15706795. OLE color: 15706795.
HSL color Cylindrical-coordinate representation of color #ABAAEF: hue angle of 240.87º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABAAEF is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 170 | 239 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.06 |
| HSL | 240.87º | 0.68% | 0.8% | - |
| HSV(B) | 240.87º | 0.29% | 0.94% | - |
| XYZ | 46.75 | 43.64 | 87.62 | - |
| YUV | 178.17 | 162.33 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 239 | 0.28 | 0.29 | 0 | 0.06 | 240.87 | 0.68 | 0.8 |
| Hex | AB | AA | EF | 1C | 1D | 0 | 6 | F1 | 44 | 50 |
| Octal | 253 | 252 | 357 | 34 | 35 | 0 | 6 | 361 | 104 | 120 |
| Binary | 10101011 | 10101010 | 11101111 | 11100 | 11101 | 0 | 110 | 11110001 | 1000100 | 1010000 |
Color Harmonies of #ABAAEF
Complementary color
Monochromatic Colors of #ABAAEF
Black with #ABAAEF
Text Example
Text Example
White with #ABAAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAAEF; }
p { color: rgb(171,170,239); }
H1.HeaderClassName
{
color: #ABAAEF;
}
.AnyTagClassName
{
color: #ABAAEF;
}
</style>
background-color css
<style>
a { background-color: #ABAAEF; }
a { background-color: rgb(171,170,239); }
div.DivClassName
{
background-color: #ABAAEF;
}
.BgClassName
{
background-color: #ABAAEF;
}
</style>
border-color css
<style>
span { border-color: #ABAAEF; }
span { border-color: rgb(171,170,239); }
td.TdClassName
{
border-color: #ABAAEF;
}
.TagClassName
{
border-color: #ABAAEF;
}
</style>