Shades of Wistful #ABA6DB
Tints of Wistful #ABA6DB
RGB
CMYK
RGB Variations
Color information
#ABA6DB (or 0xABA6DB) is known color: Wistful. HEX triplet: AB, A6 and DB. RGB value is (171,166,219). Sum of RGB (Red+Green+Blue) = 171+166+219=556 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.76% from 556); Green value is 166 (65.23% from 255 or 29.86% from 556); Blue value is 219 (85.94% from 255 or 39.39% from 556); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABA6DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA6DB is #545924. Grayscale: #ADADAD. Windows color (decimal): -5527845 or 14395051. OLE color: 14395051.
HSL color Cylindrical-coordinate representation of color #ABA6DB: hue angle of 245.66º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ABA6DB is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 166 | 219 | - |
| CMYK | 0.22 | 0.24 | 0 | 0.14 |
| HSL | 245.66º | 0.42% | 0.75% | - |
| HSV(B) | 245.66º | 0.24% | 0.86% | - |
| XYZ | 43.22 | 41.04 | 72.66 | - |
| YUV | 173.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 166 | 219 | 0.22 | 0.24 | 0 | 0.14 | 245.66 | 0.42 | 0.75 |
| Hex | AB | A6 | DB | 16 | 18 | 0 | E | F6 | 2A | 4B |
| Octal | 253 | 246 | 333 | 26 | 30 | 0 | 16 | 366 | 52 | 113 |
| Binary | 10101011 | 10100110 | 11011011 | 10110 | 11000 | 0 | 1110 | 11110110 | 101010 | 1001011 |
Color Harmonies of #ABA6DB
Complementary color
Monochromatic Colors of #ABA6DB
Black with #ABA6DB
Text Example
Text Example
White with #ABA6DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA6DB; }
p { color: rgb(171,166,219); }
H1.HeaderClassName
{
color: #ABA6DB;
}
.AnyTagClassName
{
color: #ABA6DB;
}
</style>
background-color css
<style>
a { background-color: #ABA6DB; }
a { background-color: rgb(171,166,219); }
div.DivClassName
{
background-color: #ABA6DB;
}
.BgClassName
{
background-color: #ABA6DB;
}
</style>
border-color css
<style>
span { border-color: #ABA6DB; }
span { border-color: rgb(171,166,219); }
td.TdClassName
{
border-color: #ABA6DB;
}
.TagClassName
{
border-color: #ABA6DB;
}
</style>