Shades of Wistful #ABA5CC
Tints of Wistful #ABA5CC
RGB
CMYK
RGB Variations
Color information
#ABA5CC (or 0xABA5CC) is known color: Wistful. HEX triplet: AB, A5 and CC. RGB value is (171,165,204). Sum of RGB (Red+Green+Blue) = 171+165+204=540 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.67% from 540); Green value is 165 (64.84% from 255 or 30.56% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #ABA5CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5CC is #545A33. Grayscale: #ABABAB. Windows color (decimal): -5528116 or 13411755. OLE color: 13411755.
HSL color Cylindrical-coordinate representation of color #ABA5CC: hue angle of 249.23º degrees, saturation: 0.28, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABA5CC is Cyan = 0.16, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 165 | 204 | - |
| CMYK | 0.16 | 0.19 | 0 | 0.2 |
| HSL | 249.23º | 0.28% | 0.72% | - |
| HSV(B) | 249.23º | 0.19% | 0.8% | - |
| XYZ | 41.15 | 39.93 | 62.66 | - |
| YUV | 171.24 | 146.49 | 127.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 204 | 0.16 | 0.19 | 0 | 0.2 | 249.23 | 0.28 | 0.72 |
| Hex | AB | A5 | CC | 10 | 13 | 0 | 14 | F9 | 1C | 48 |
| Octal | 253 | 245 | 314 | 20 | 23 | 0 | 24 | 371 | 34 | 110 |
| Binary | 10101011 | 10100101 | 11001100 | 10000 | 10011 | 0 | 10100 | 11111001 | 11100 | 1001000 |
Color Harmonies of #ABA5CC
Complementary color
Monochromatic Colors of #ABA5CC
Black with #ABA5CC
Text Example
Text Example
White with #ABA5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA5CC; }
p { color: rgb(171,165,204); }
H1.HeaderClassName
{
color: #ABA5CC;
}
.AnyTagClassName
{
color: #ABA5CC;
}
</style>
background-color css
<style>
a { background-color: #ABA5CC; }
a { background-color: rgb(171,165,204); }
div.DivClassName
{
background-color: #ABA5CC;
}
.BgClassName
{
background-color: #ABA5CC;
}
</style>
border-color css
<style>
span { border-color: #ABA5CC; }
span { border-color: rgb(171,165,204); }
td.TdClassName
{
border-color: #ABA5CC;
}
.TagClassName
{
border-color: #ABA5CC;
}
</style>