Shades of Wistful #ABA5DD
Tints of Wistful #ABA5DD
RGB
CMYK
RGB Variations
Color information
#ABA5DD (or 0xABA5DD) is known color: Wistful. HEX triplet: AB, A5 and DD. RGB value is (171,165,221). Sum of RGB (Red+Green+Blue) = 171+165+221=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 165 (64.84% from 255 or 29.62% from 557); Blue value is 221 (86.72% from 255 or 39.68% from 557); Max value from RGB is 221 - color contains mainly: blue. Hex color #ABA5DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5DD is #545A22. Grayscale: #ACACAC. Windows color (decimal): -5528099 or 14525867. OLE color: 14525867.
HSL color Cylindrical-coordinate representation of color #ABA5DD: hue angle of 246.43º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABA5DD is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 165 | 221 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.13 |
| HSL | 246.43º | 0.45% | 0.76% | - |
| HSV(B) | 246.43º | 0.25% | 0.87% | - |
| XYZ | 43.3 | 40.79 | 74 | - |
| YUV | 173.18 | 154.99 | 126.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 221 | 0.23 | 0.25 | 0 | 0.13 | 246.43 | 0.45 | 0.76 |
| Hex | AB | A5 | DD | 17 | 19 | 0 | D | F6 | 2D | 4C |
| Octal | 253 | 245 | 335 | 27 | 31 | 0 | 15 | 366 | 55 | 114 |
| Binary | 10101011 | 10100101 | 11011101 | 10111 | 11001 | 0 | 1101 | 11110110 | 101101 | 1001100 |
Color Harmonies of #ABA5DD
Complementary color
Monochromatic Colors of #ABA5DD
Black with #ABA5DD
Text Example
Text Example
White with #ABA5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA5DD; }
p { color: rgb(171,165,221); }
H1.HeaderClassName
{
color: #ABA5DD;
}
.AnyTagClassName
{
color: #ABA5DD;
}
</style>
background-color css
<style>
a { background-color: #ABA5DD; }
a { background-color: rgb(171,165,221); }
div.DivClassName
{
background-color: #ABA5DD;
}
.BgClassName
{
background-color: #ABA5DD;
}
</style>
border-color css
<style>
span { border-color: #ABA5DD; }
span { border-color: rgb(171,165,221); }
td.TdClassName
{
border-color: #ABA5DD;
}
.TagClassName
{
border-color: #ABA5DD;
}
</style>