Shades of Wistful #ABA0DD
Tints of Wistful #ABA0DD
RGB
CMYK
RGB Variations
Color information
#ABA0DD (or 0xABA0DD) is known color: Wistful. HEX triplet: AB, A0 and DD. RGB value is (171,160,221). Sum of RGB (Red+Green+Blue) = 171+160+221=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 160 (62.89% from 255 or 28.99% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABA0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA0DD is #545F22. Grayscale: #AAAAAA. Windows color (decimal): -5529379 or 14524587. OLE color: 14524587.
HSL color Cylindrical-coordinate representation of color #ABA0DD: hue angle of 250.82º degrees, saturation: 0.47, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABA0DD is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 160 | 221 | - |
| CMYK | 0.23 | 0.28 | 0 | 0.13 |
| HSL | 250.82º | 0.47% | 0.75% | - |
| HSV(B) | 250.82º | 0.28% | 0.87% | - |
| XYZ | 42.42 | 39.02 | 73.7 | - |
| YUV | 170.24 | 156.64 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 160 | 221 | 0.23 | 0.28 | 0 | 0.13 | 250.82 | 0.47 | 0.75 |
| Hex | AB | A0 | DD | 17 | 1C | 0 | D | FB | 2F | 4B |
| Octal | 253 | 240 | 335 | 27 | 34 | 0 | 15 | 373 | 57 | 113 |
| Binary | 10101011 | 10100000 | 11011101 | 10111 | 11100 | 0 | 1101 | 11111011 | 101111 | 1001011 |
Color Harmonies of #ABA0DD
Complementary color
Monochromatic Colors of #ABA0DD
Black with #ABA0DD
Text Example
Text Example
White with #ABA0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA0DD; }
p { color: rgb(171,160,221); }
H1.HeaderClassName
{
color: #ABA0DD;
}
.AnyTagClassName
{
color: #ABA0DD;
}
</style>
background-color css
<style>
a { background-color: #ABA0DD; }
a { background-color: rgb(171,160,221); }
div.DivClassName
{
background-color: #ABA0DD;
}
.BgClassName
{
background-color: #ABA0DD;
}
</style>
border-color css
<style>
span { border-color: #ABA0DD; }
span { border-color: rgb(171,160,221); }
td.TdClassName
{
border-color: #ABA0DD;
}
.TagClassName
{
border-color: #ABA0DD;
}
</style>