Shades of Perano #ABAAEB
Tints of Perano #ABAAEB
RGB
CMYK
RGB Variations
Color information
#ABAAEB (or 0xABAAEB) is known color: Perano. HEX triplet: AB, AA and EB. RGB value is (171,170,235). Sum of RGB (Red+Green+Blue) = 171+170+235=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 170 (66.80% from 255 or 29.51% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #ABAAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAEB is #545514. Grayscale: #B1B1B1. Windows color (decimal): -5526805 or 15444651. OLE color: 15444651.
HSL color Cylindrical-coordinate representation of color #ABAAEB: hue angle of 240.92º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABAAEB is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 170 | 235 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.08 |
| HSL | 240.92º | 0.62% | 0.79% | - |
| HSV(B) | 240.92º | 0.28% | 0.92% | - |
| XYZ | 46.16 | 43.41 | 84.54 | - |
| YUV | 177.71 | 160.33 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 235 | 0.27 | 0.28 | 0 | 0.08 | 240.92 | 0.62 | 0.79 |
| Hex | AB | AA | EB | 1B | 1C | 0 | 8 | F1 | 3E | 4F |
| Octal | 253 | 252 | 353 | 33 | 34 | 0 | 10 | 361 | 76 | 117 |
| Binary | 10101011 | 10101010 | 11101011 | 11011 | 11100 | 0 | 1000 | 11110001 | 111110 | 1001111 |
Color Harmonies of #ABAAEB
Complementary color
Monochromatic Colors of #ABAAEB
Black with #ABAAEB
Text Example
Text Example
White with #ABAAEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAAEB; }
p { color: rgb(171,170,235); }
H1.HeaderClassName
{
color: #ABAAEB;
}
.AnyTagClassName
{
color: #ABAAEB;
}
</style>
background-color css
<style>
a { background-color: #ABAAEB; }
a { background-color: rgb(171,170,235); }
div.DivClassName
{
background-color: #ABAAEB;
}
.BgClassName
{
background-color: #ABAAEB;
}
</style>
border-color css
<style>
span { border-color: #ABAAEB; }
span { border-color: rgb(171,170,235); }
td.TdClassName
{
border-color: #ABAAEB;
}
.TagClassName
{
border-color: #ABAAEB;
}
</style>