Shades of Wistful #ABAADB
Tints of Wistful #ABAADB
RGB
CMYK
RGB Variations
Color information
#ABAADB (or 0xABAADB) is known color: Wistful. HEX triplet: AB, AA and DB. RGB value is (171,170,219). Sum of RGB (Red+Green+Blue) = 171+170+219=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 219 (85.94% from 255 or 39.11% from 560); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABAADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAADB is #545524. Grayscale: #AFAFAF. Windows color (decimal): -5526821 or 14396075. OLE color: 14396075.
HSL color Cylindrical-coordinate representation of color #ABAADB: hue angle of 241.22º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABAADB is Cyan = 0.22, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 171 | 170 | 219 | - |
CMYK | 0.22 | 0.22 | 0 | 0.14 |
HSL | 241.22º | 0.4% | 0.76% | - |
HSV(B) | 241.22º | 0.22% | 0.86% | - |
XYZ | 43.96 | 42.52 | 72.91 | - |
YUV | 175.89 | 152.33 | 124.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 171 | 170 | 219 | 0.22 | 0.22 | 0 | 0.14 | 241.22 | 0.4 | 0.76 |
Hex | AB | AA | DB | 16 | 16 | 0 | E | F1 | 28 | 4C |
Octal | 253 | 252 | 333 | 26 | 26 | 0 | 16 | 361 | 50 | 114 |
Binary | 10101011 | 10101010 | 11011011 | 10110 | 10110 | 0 | 1110 | 11110001 | 101000 | 1001100 |
Color Harmonies of #ABAADB
Complementary color
Monochromatic Colors of #ABAADB
Black with #ABAADB
Text Example
Text Example
White with #ABAADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAADB; }
p { color: rgb(171,170,219); }
H1.HeaderClassName
{
color: #ABAADB;
}
.AnyTagClassName
{
color: #ABAADB;
}
</style>
background-color css
<style>
a { background-color: #ABAADB; }
a { background-color: rgb(171,170,219); }
div.DivClassName
{
background-color: #ABAADB;
}
.BgClassName
{
background-color: #ABAADB;
}
</style>
border-color css
<style>
span { border-color: #ABAADB; }
span { border-color: rgb(171,170,219); }
td.TdClassName
{
border-color: #ABAADB;
}
.TagClassName
{
border-color: #ABAADB;
}
</style>