Shades of Perano #ABAAEE
Tints of Perano #ABAAEE
RGB
CMYK
RGB Variations
Color information
#ABAAEE (or 0xABAAEE) is known color: Perano. HEX triplet: AB, AA and EE. RGB value is (171,170,238). Sum of RGB (Red+Green+Blue) = 171+170+238=579 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.53% from 579); Green value is 170 (66.80% from 255 or 29.36% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABAAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABAAEE is #545511. Grayscale: #B1B1B1. Windows color (decimal): -5526802 or 15641259. OLE color: 15641259.
HSL color Cylindrical-coordinate representation of color #ABAAEE: hue angle of 240.88º degrees, saturation: 0.67, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABAAEE is Cyan = 0.28, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 170 | 238 | - |
| CMYK | 0.28 | 0.29 | 0 | 0.07 |
| HSL | 240.88º | 0.67% | 0.8% | - |
| HSV(B) | 240.88º | 0.29% | 0.93% | - |
| XYZ | 46.6 | 43.58 | 86.84 | - |
| YUV | 178.05 | 161.83 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 238 | 0.28 | 0.29 | 0 | 0.07 | 240.88 | 0.67 | 0.8 |
| Hex | AB | AA | EE | 1C | 1D | 0 | 7 | F1 | 43 | 50 |
| Octal | 253 | 252 | 356 | 34 | 35 | 0 | 7 | 361 | 103 | 120 |
| Binary | 10101011 | 10101010 | 11101110 | 11100 | 11101 | 0 | 111 | 11110001 | 1000011 | 1010000 |
Color Harmonies of #ABAAEE
Complementary color
Monochromatic Colors of #ABAAEE
Black with #ABAAEE
Text Example
Text Example
White with #ABAAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAAEE; }
p { color: rgb(171,170,238); }
H1.HeaderClassName
{
color: #ABAAEE;
}
.AnyTagClassName
{
color: #ABAAEE;
}
</style>
background-color css
<style>
a { background-color: #ABAAEE; }
a { background-color: rgb(171,170,238); }
div.DivClassName
{
background-color: #ABAAEE;
}
.BgClassName
{
background-color: #ABAAEE;
}
</style>
border-color css
<style>
span { border-color: #ABAAEE; }
span { border-color: rgb(171,170,238); }
td.TdClassName
{
border-color: #ABAAEE;
}
.TagClassName
{
border-color: #ABAAEE;
}
</style>