Shades of Wistful #ABA8DB
Tints of Wistful #ABA8DB
RGB
CMYK
RGB Variations
Color information
#ABA8DB (or 0xABA8DB) is known color: Wistful. HEX triplet: AB, A8 and DB. RGB value is (171,168,219). Sum of RGB (Red+Green+Blue) = 171+168+219=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 168 (66.02% from 255 or 30.11% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABA8DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8DB is #545724. Grayscale: #AEAEAE. Windows color (decimal): -5527333 or 14395563. OLE color: 14395563.
HSL color Cylindrical-coordinate representation of color #ABA8DB: hue angle of 243.53º degrees, saturation: 0.41, 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 #ABA8DB is Cyan = 0.22, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 168 | 219 | - |
| CMYK | 0.22 | 0.23 | 0 | 0.14 |
| HSL | 243.53º | 0.41% | 0.76% | - |
| HSV(B) | 243.53º | 0.23% | 0.86% | - |
| XYZ | 43.58 | 41.78 | 72.78 | - |
| YUV | 174.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 219 | 0.22 | 0.23 | 0 | 0.14 | 243.53 | 0.41 | 0.76 |
| Hex | AB | A8 | DB | 16 | 17 | 0 | E | F4 | 29 | 4C |
| Octal | 253 | 250 | 333 | 26 | 27 | 0 | 16 | 364 | 51 | 114 |
| Binary | 10101011 | 10101000 | 11011011 | 10110 | 10111 | 0 | 1110 | 11110100 | 101001 | 1001100 |
Color Harmonies of #ABA8DB
Complementary color
Monochromatic Colors of #ABA8DB
Black with #ABA8DB
Text Example
Text Example
White with #ABA8DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA8DB; }
p { color: rgb(171,168,219); }
H1.HeaderClassName
{
color: #ABA8DB;
}
.AnyTagClassName
{
color: #ABA8DB;
}
</style>
background-color css
<style>
a { background-color: #ABA8DB; }
a { background-color: rgb(171,168,219); }
div.DivClassName
{
background-color: #ABA8DB;
}
.BgClassName
{
background-color: #ABA8DB;
}
</style>
border-color css
<style>
span { border-color: #ABA8DB; }
span { border-color: rgb(171,168,219); }
td.TdClassName
{
border-color: #ABA8DB;
}
.TagClassName
{
border-color: #ABA8DB;
}
</style>