Shades of Wistful #ABAADD
Tints of Wistful #ABAADD
RGB
CMYK
RGB Variations
Color information
#ABAADD (or 0xABAADD) is known color: Wistful. HEX triplet: AB, AA and DD. RGB value is (171,170,221). Sum of RGB (Red+Green+Blue) = 171+170+221=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABAADD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAADD is #545522. Grayscale: #AFAFAF. Windows color (decimal): -5526819 or 14527147. OLE color: 14527147.
HSL color Cylindrical-coordinate representation of color #ABAADD: hue angle of 241.18º degrees, saturation: 0.43, 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 #ABAADD is Cyan = 0.23, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 170 | 221 | - |
| CMYK | 0.23 | 0.23 | 0 | 0.13 |
| HSL | 241.18º | 0.43% | 0.77% | - |
| HSV(B) | 241.18º | 0.23% | 0.87% | - |
| XYZ | 44.22 | 42.63 | 74.3 | - |
| YUV | 176.11 | 153.33 | 124.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 221 | 0.23 | 0.23 | 0 | 0.13 | 241.18 | 0.43 | 0.77 |
| Hex | AB | AA | DD | 17 | 17 | 0 | D | F1 | 2B | 4D |
| Octal | 253 | 252 | 335 | 27 | 27 | 0 | 15 | 361 | 53 | 115 |
| Binary | 10101011 | 10101010 | 11011101 | 10111 | 10111 | 0 | 1101 | 11110001 | 101011 | 1001101 |
Color Harmonies of #ABAADD
Complementary color
Monochromatic Colors of #ABAADD
Black with #ABAADD
Text Example
Text Example
White with #ABAADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAADD; }
p { color: rgb(171,170,221); }
H1.HeaderClassName
{
color: #ABAADD;
}
.AnyTagClassName
{
color: #ABAADD;
}
</style>
background-color css
<style>
a { background-color: #ABAADD; }
a { background-color: rgb(171,170,221); }
div.DivClassName
{
background-color: #ABAADD;
}
.BgClassName
{
background-color: #ABAADD;
}
</style>
border-color css
<style>
span { border-color: #ABAADD; }
span { border-color: rgb(171,170,221); }
td.TdClassName
{
border-color: #ABAADD;
}
.TagClassName
{
border-color: #ABAADD;
}
</style>