Shades of Wistful #ABA3DF
Tints of Wistful #ABA3DF
RGB
CMYK
RGB Variations
Color information
#ABA3DF (or 0xABA3DF) is known color: Wistful. HEX triplet: AB, A3 and DF. RGB value is (171,163,223). Sum of RGB (Red+Green+Blue) = 171+163+223=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 223 (87.5% from 255 or 40.04% from 557); Max value from RGB is 223 - color contains mainly: blue. Hex color #ABA3DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA3DF is #545C20. Grayscale: #ACACAC. Windows color (decimal): -5528609 or 14656427. OLE color: 14656427.
HSL color Cylindrical-coordinate representation of color #ABA3DF: hue angle of 248º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ABA3DF is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 163 | 223 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.13 |
| HSL | 248º | 0.48% | 0.76% | - |
| HSV(B) | 248º | 0.27% | 0.87% | - |
| XYZ | 43.21 | 40.18 | 75.29 | - |
| YUV | 172.23 | 156.65 | 127.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 163 | 223 | 0.23 | 0.27 | 0 | 0.13 | 248 | 0.48 | 0.76 |
| Hex | AB | A3 | DF | 17 | 1B | 0 | D | F8 | 30 | 4C |
| Octal | 253 | 243 | 337 | 27 | 33 | 0 | 15 | 370 | 60 | 114 |
| Binary | 10101011 | 10100011 | 11011111 | 10111 | 11011 | 0 | 1101 | 11111000 | 110000 | 1001100 |
Color Harmonies of #ABA3DF
Complementary color
Monochromatic Colors of #ABA3DF
Black with #ABA3DF
Text Example
Text Example
White with #ABA3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA3DF; }
p { color: rgb(171,163,223); }
H1.HeaderClassName
{
color: #ABA3DF;
}
.AnyTagClassName
{
color: #ABA3DF;
}
</style>
background-color css
<style>
a { background-color: #ABA3DF; }
a { background-color: rgb(171,163,223); }
div.DivClassName
{
background-color: #ABA3DF;
}
.BgClassName
{
background-color: #ABA3DF;
}
</style>
border-color css
<style>
span { border-color: #ABA3DF; }
span { border-color: rgb(171,163,223); }
td.TdClassName
{
border-color: #ABA3DF;
}
.TagClassName
{
border-color: #ABA3DF;
}
</style>