Shades of Wistful #ABA2DB
Tints of Wistful #ABA2DB
RGB
CMYK
RGB Variations
Color information
#ABA2DB (or 0xABA2DB) is known color: Wistful. HEX triplet: AB, A2 and DB. RGB value is (171,162,219). Sum of RGB (Red+Green+Blue) = 171+162+219=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 162 (63.67% from 255 or 29.35% from 552); Blue value is 219 (85.94% from 255 or 39.67% from 552); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABA2DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA2DB is #545D24. Grayscale: #AAAAAA. Windows color (decimal): -5528869 or 14394027. OLE color: 14394027.
HSL color Cylindrical-coordinate representation of color #ABA2DB: hue angle of 249.47º 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 #ABA2DB is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 171 | 162 | 219 | - |
| CMYK | 0.22 | 0.26 | 0 | 0.14 |
| HSL | 249.47º | 0.44% | 0.75% | - |
| HSV(B) | 249.47º | 0.26% | 0.86% | - |
| XYZ | 42.5 | 39.61 | 72.42 | - |
| YUV | 171.19 | 154.98 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 162 | 219 | 0.22 | 0.26 | 0 | 0.14 | 249.47 | 0.44 | 0.75 |
| Hex | AB | A2 | DB | 16 | 1A | 0 | E | F9 | 2C | 4B |
| Octal | 253 | 242 | 333 | 26 | 32 | 0 | 16 | 371 | 54 | 113 |
| Binary | 10101011 | 10100010 | 11011011 | 10110 | 11010 | 0 | 1110 | 11111001 | 101100 | 1001011 |
Color Harmonies of #ABA2DB
Complementary color
Monochromatic Colors of #ABA2DB
Black with #ABA2DB
Text Example
Text Example
White with #ABA2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA2DB; }
p { color: rgb(171,162,219); }
H1.HeaderClassName
{
color: #ABA2DB;
}
.AnyTagClassName
{
color: #ABA2DB;
}
</style>
background-color css
<style>
a { background-color: #ABA2DB; }
a { background-color: rgb(171,162,219); }
div.DivClassName
{
background-color: #ABA2DB;
}
.BgClassName
{
background-color: #ABA2DB;
}
</style>
border-color css
<style>
span { border-color: #ABA2DB; }
span { border-color: rgb(171,162,219); }
td.TdClassName
{
border-color: #ABA2DB;
}
.TagClassName
{
border-color: #ABA2DB;
}
</style>