Shades of Perano #ABAEDD
Tints of Perano #ABAEDD
RGB
CMYK
RGB Variations
Color information
#ABAEDD (or 0xABAEDD) is known color: Perano. HEX triplet: AB, AE and DD. RGB value is (171,174,221). Sum of RGB (Red+Green+Blue) = 171+174+221=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 174 (68.36% from 255 or 30.74% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABAEDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAEDD is #545122. Grayscale: #B2B2B2. Windows color (decimal): -5525795 or 14528171. OLE color: 14528171.
HSL color Cylindrical-coordinate representation of color #ABAEDD: hue angle of 236.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABAEDD is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 174 | 221 | - |
| CMYK | 0.23 | 0.21 | 0 | 0.13 |
| HSL | 236.4º | 0.42% | 0.77% | - |
| HSV(B) | 236.4º | 0.23% | 0.87% | - |
| XYZ | 44.98 | 44.15 | 74.56 | - |
| YUV | 178.46 | 152.01 | 122.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 174 | 221 | 0.23 | 0.21 | 0 | 0.13 | 236.4 | 0.42 | 0.77 |
| Hex | AB | AE | DD | 17 | 15 | 0 | D | EC | 2A | 4D |
| Octal | 253 | 256 | 335 | 27 | 25 | 0 | 15 | 354 | 52 | 115 |
| Binary | 10101011 | 10101110 | 11011101 | 10111 | 10101 | 0 | 1101 | 11101100 | 101010 | 1001101 |
Color Harmonies of #ABAEDD
Complementary color
Monochromatic Colors of #ABAEDD
Black with #ABAEDD
Text Example
Text Example
White with #ABAEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAEDD; }
p { color: rgb(171,174,221); }
H1.HeaderClassName
{
color: #ABAEDD;
}
.AnyTagClassName
{
color: #ABAEDD;
}
</style>
background-color css
<style>
a { background-color: #ABAEDD; }
a { background-color: rgb(171,174,221); }
div.DivClassName
{
background-color: #ABAEDD;
}
.BgClassName
{
background-color: #ABAEDD;
}
</style>
border-color css
<style>
span { border-color: #ABAEDD; }
span { border-color: rgb(171,174,221); }
td.TdClassName
{
border-color: #ABAEDD;
}
.TagClassName
{
border-color: #ABAEDD;
}
</style>