Shades of Wistful #ABA3DB
Tints of Wistful #ABA3DB
RGB
CMYK
RGB Variations
Color information
#ABA3DB (or 0xABA3DB) is known color: Wistful. HEX triplet: AB, A3 and DB. RGB value is (171,163,219). Sum of RGB (Red+Green+Blue) = 171+163+219=553 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.92% from 553); Green value is 163 (64.06% from 255 or 29.48% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABA3DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3DB is #545C24. Grayscale: #ABABAB. Windows color (decimal): -5528613 or 14394283. OLE color: 14394283.
HSL color Cylindrical-coordinate representation of color #ABA3DB: hue angle of 248.57º degrees, saturation: 0.44, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABA3DB is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 163 | 219 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.14 |
| HSL | 248.57º | 0.44% | 0.75% | - |
| HSV(B) | 248.57º | 0.26% | 0.86% | - |
| XYZ | 42.68 | 39.97 | 72.48 | - |
| YUV | 171.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 219 | 0.22 | 0.26 | 0 | 0.14 | 248.57 | 0.44 | 0.75 |
| Hex | AB | A3 | DB | 16 | 1A | 0 | E | F9 | 2C | 4B |
| Octal | 253 | 243 | 333 | 26 | 32 | 0 | 16 | 371 | 54 | 113 |
| Binary | 10101011 | 10100011 | 11011011 | 10110 | 11010 | 0 | 1110 | 11111001 | 101100 | 1001011 |
Color Harmonies of #ABA3DB
Complementary color
Monochromatic Colors of #ABA3DB
Black with #ABA3DB
Text Example
Text Example
White with #ABA3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA3DB; }
p { color: rgb(171,163,219); }
H1.HeaderClassName
{
color: #ABA3DB;
}
.AnyTagClassName
{
color: #ABA3DB;
}
</style>
background-color css
<style>
a { background-color: #ABA3DB; }
a { background-color: rgb(171,163,219); }
div.DivClassName
{
background-color: #ABA3DB;
}
.BgClassName
{
background-color: #ABA3DB;
}
</style>
border-color css
<style>
span { border-color: #ABA3DB; }
span { border-color: rgb(171,163,219); }
td.TdClassName
{
border-color: #ABA3DB;
}
.TagClassName
{
border-color: #ABA3DB;
}
</style>