Shades of Wistful #ABAADC
Tints of Wistful #ABAADC
RGB
CMYK
RGB Variations
Color information
#ABAADC (or 0xABAADC) is known color: Wistful. HEX triplet: AB, AA and DC. RGB value is (171,170,220). Sum of RGB (Red+Green+Blue) = 171+170+220=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 220 - color contains mainly: blue. Hex color #ABAADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAADC is #545523. Grayscale: #AFAFAF. Windows color (decimal): -5526820 or 14461611. OLE color: 14461611.
HSL color Cylindrical-coordinate representation of color #ABAADC: hue angle of 241.2º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABAADC is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 170 | 220 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.14 |
| HSL | 241.2º | 0.42% | 0.76% | - |
| HSV(B) | 241.2º | 0.23% | 0.86% | - |
| XYZ | 44.09 | 42.57 | 73.6 | - |
| YUV | 176 | 152.83 | 124.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 220 | 0.22 | 0.23 | 0 | 0.14 | 241.2 | 0.42 | 0.76 |
| Hex | AB | AA | DC | 16 | 17 | 0 | E | F1 | 2A | 4C |
| Octal | 253 | 252 | 334 | 26 | 27 | 0 | 16 | 361 | 52 | 114 |
| Binary | 10101011 | 10101010 | 11011100 | 10110 | 10111 | 0 | 1110 | 11110001 | 101010 | 1001100 |
Color Harmonies of #ABAADC
Complementary color
Monochromatic Colors of #ABAADC
Black with #ABAADC
Text Example
Text Example
White with #ABAADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAADC; }
p { color: rgb(171,170,220); }
H1.HeaderClassName
{
color: #ABAADC;
}
.AnyTagClassName
{
color: #ABAADC;
}
</style>
background-color css
<style>
a { background-color: #ABAADC; }
a { background-color: rgb(171,170,220); }
div.DivClassName
{
background-color: #ABAADC;
}
.BgClassName
{
background-color: #ABAADC;
}
</style>
border-color css
<style>
span { border-color: #ABAADC; }
span { border-color: rgb(171,170,220); }
td.TdClassName
{
border-color: #ABAADC;
}
.TagClassName
{
border-color: #ABAADC;
}
</style>