Shades of Wistful #ABA3DD
Tints of Wistful #ABA3DD
RGB
CMYK
RGB Variations
Color information
#ABA3DD (or 0xABA3DD) is known color: Wistful. HEX triplet: AB, A3 and DD. RGB value is (171,163,221). Sum of RGB (Red+Green+Blue) = 171+163+221=555 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.81% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 221 (86.72% from 255 or 39.82% from 555); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABA3DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3DD is #545C22. Grayscale: #ABABAB. Windows color (decimal): -5528611 or 14525355. OLE color: 14525355.
HSL color Cylindrical-coordinate representation of color #ABA3DD: hue angle of 248.28º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ABA3DD is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 163 | 221 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.13 |
| HSL | 248.28º | 0.46% | 0.75% | - |
| HSV(B) | 248.28º | 0.26% | 0.87% | - |
| XYZ | 42.94 | 40.07 | 73.88 | - |
| YUV | 172 | 155.65 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 221 | 0.23 | 0.26 | 0 | 0.13 | 248.28 | 0.46 | 0.75 |
| Hex | AB | A3 | DD | 17 | 1A | 0 | D | F8 | 2E | 4B |
| Octal | 253 | 243 | 335 | 27 | 32 | 0 | 15 | 370 | 56 | 113 |
| Binary | 10101011 | 10100011 | 11011101 | 10111 | 11010 | 0 | 1101 | 11111000 | 101110 | 1001011 |
Color Harmonies of #ABA3DD
Complementary color
Monochromatic Colors of #ABA3DD
Black with #ABA3DD
Text Example
Text Example
White with #ABA3DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA3DD; }
p { color: rgb(171,163,221); }
H1.HeaderClassName
{
color: #ABA3DD;
}
.AnyTagClassName
{
color: #ABA3DD;
}
</style>
background-color css
<style>
a { background-color: #ABA3DD; }
a { background-color: rgb(171,163,221); }
div.DivClassName
{
background-color: #ABA3DD;
}
.BgClassName
{
background-color: #ABA3DD;
}
</style>
border-color css
<style>
span { border-color: #ABA3DD; }
span { border-color: rgb(171,163,221); }
td.TdClassName
{
border-color: #ABA3DD;
}
.TagClassName
{
border-color: #ABA3DD;
}
</style>