Shades of Wistful #ABA5CE
Tints of Wistful #ABA5CE
RGB
CMYK
RGB Variations
Color information
#ABA5CE (or 0xABA5CE) is known color: Wistful. HEX triplet: AB, A5 and CE. RGB value is (171,165,206). Sum of RGB (Red+Green+Blue) = 171+165+206=542 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.55% from 542); Green value is 165 (64.84% from 255 or 30.44% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #ABA5CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5CE is #545A31. Grayscale: #ABABAB. Windows color (decimal): -5528114 or 13542827. OLE color: 13542827.
HSL color Cylindrical-coordinate representation of color #ABA5CE: hue angle of 248.78º degrees, saturation: 0.29, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABA5CE is Cyan = 0.17, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 165 | 206 | - |
| CMYK | 0.17 | 0.20 | 0 | 0.19 |
| HSL | 248.78º | 0.29% | 0.73% | - |
| HSV(B) | 248.78º | 0.2% | 0.81% | - |
| XYZ | 41.39 | 40.02 | 63.94 | - |
| YUV | 171.47 | 147.49 | 127.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 206 | 0.17 | 0.20 | 0 | 0.19 | 248.78 | 0.29 | 0.73 |
| Hex | AB | A5 | CE | 11 | 14 | 0 | 13 | F9 | 1D | 49 |
| Octal | 253 | 245 | 316 | 21 | 24 | 0 | 23 | 371 | 35 | 111 |
| Binary | 10101011 | 10100101 | 11001110 | 10001 | 10100 | 0 | 10011 | 11111001 | 11101 | 1001001 |
Color Harmonies of #ABA5CE
Complementary color
Monochromatic Colors of #ABA5CE
Black with #ABA5CE
Text Example
Text Example
White with #ABA5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA5CE; }
p { color: rgb(171,165,206); }
H1.HeaderClassName
{
color: #ABA5CE;
}
.AnyTagClassName
{
color: #ABA5CE;
}
</style>
background-color css
<style>
a { background-color: #ABA5CE; }
a { background-color: rgb(171,165,206); }
div.DivClassName
{
background-color: #ABA5CE;
}
.BgClassName
{
background-color: #ABA5CE;
}
</style>
border-color css
<style>
span { border-color: #ABA5CE; }
span { border-color: rgb(171,165,206); }
td.TdClassName
{
border-color: #ABA5CE;
}
.TagClassName
{
border-color: #ABA5CE;
}
</style>