Shades of Wistful #ABA8DF
Tints of Wistful #ABA8DF
RGB
CMYK
RGB Variations
Color information
#ABA8DF (or 0xABA8DF) is known color: Wistful. HEX triplet: AB, A8 and DF. RGB value is (171,168,223). Sum of RGB (Red+Green+Blue) = 171+168+223=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 168 (66.02% from 255 or 29.89% from 562); Blue value is 223 (87.5% from 255 or 39.68% from 562); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABA8DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8DF is #545720. Grayscale: #AEAEAE. Windows color (decimal): -5527329 or 14657707. OLE color: 14657707.
HSL color Cylindrical-coordinate representation of color #ABA8DF: hue angle of 243.27º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABA8DF is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 168 | 223 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.13 |
| HSL | 243.27º | 0.46% | 0.77% | - |
| HSV(B) | 243.27º | 0.25% | 0.87% | - |
| XYZ | 44.12 | 41.99 | 75.59 | - |
| YUV | 175.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 223 | 0.23 | 0.25 | 0 | 0.13 | 243.27 | 0.46 | 0.77 |
| Hex | AB | A8 | DF | 17 | 19 | 0 | D | F3 | 2E | 4D |
| Octal | 253 | 250 | 337 | 27 | 31 | 0 | 15 | 363 | 56 | 115 |
| Binary | 10101011 | 10101000 | 11011111 | 10111 | 11001 | 0 | 1101 | 11110011 | 101110 | 1001101 |
Color Harmonies of #ABA8DF
Complementary color
Monochromatic Colors of #ABA8DF
Black with #ABA8DF
Text Example
Text Example
White with #ABA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA8DF; }
p { color: rgb(171,168,223); }
H1.HeaderClassName
{
color: #ABA8DF;
}
.AnyTagClassName
{
color: #ABA8DF;
}
</style>
background-color css
<style>
a { background-color: #ABA8DF; }
a { background-color: rgb(171,168,223); }
div.DivClassName
{
background-color: #ABA8DF;
}
.BgClassName
{
background-color: #ABA8DF;
}
</style>
border-color css
<style>
span { border-color: #ABA8DF; }
span { border-color: rgb(171,168,223); }
td.TdClassName
{
border-color: #ABA8DF;
}
.TagClassName
{
border-color: #ABA8DF;
}
</style>