Shades of Wistful #ABA5C5
Tints of Wistful #ABA5C5
RGB
CMYK
RGB Variations
Color information
#ABA5C5 (or 0xABA5C5) is known color: Wistful. HEX triplet: AB, A5 and C5. RGB value is (171,165,197). Sum of RGB (Red+Green+Blue) = 171+165+197=533 (70% of max value = 765). Red value is 171 (67.19% from 255 or 32.08% from 533); Green value is 165 (64.84% from 255 or 30.96% from 533); Blue value is 197 (77.34% from 255 or 36.96% from 533); Max value from RGB is 197 - color contains mainly: blue. Hex color #ABA5C5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA5C5 is #545A3A. Grayscale: #AAAAAA. Windows color (decimal): -5528123 or 12953003. OLE color: 12953003.
HSL color Cylindrical-coordinate representation of color #ABA5C5: hue angle of 251.25º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABA5C5 is Cyan = 0.13, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 171 | 165 | 197 | - |
| CMYK | 0.13 | 0.16 | 0 | 0.23 |
| HSL | 251.25º | 0.22% | 0.71% | - |
| HSV(B) | 251.25º | 0.16% | 0.77% | - |
| XYZ | 40.33 | 39.6 | 58.34 | - |
| YUV | 170.44 | 142.99 | 128.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 165 | 197 | 0.13 | 0.16 | 0 | 0.23 | 251.25 | 0.22 | 0.71 |
| Hex | AB | A5 | C5 | D | 10 | 0 | 17 | FB | 16 | 47 |
| Octal | 253 | 245 | 305 | 15 | 20 | 0 | 27 | 373 | 26 | 107 |
| Binary | 10101011 | 10100101 | 11000101 | 1101 | 10000 | 0 | 10111 | 11111011 | 10110 | 1000111 |
Color Harmonies of #ABA5C5
Complementary color
Monochromatic Colors of #ABA5C5
Black with #ABA5C5
Text Example
Text Example
White with #ABA5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA5C5; }
p { color: rgb(171,165,197); }
H1.HeaderClassName
{
color: #ABA5C5;
}
.AnyTagClassName
{
color: #ABA5C5;
}
</style>
background-color css
<style>
a { background-color: #ABA5C5; }
a { background-color: rgb(171,165,197); }
div.DivClassName
{
background-color: #ABA5C5;
}
.BgClassName
{
background-color: #ABA5C5;
}
</style>
border-color css
<style>
span { border-color: #ABA5C5; }
span { border-color: rgb(171,165,197); }
td.TdClassName
{
border-color: #ABA5C5;
}
.TagClassName
{
border-color: #ABA5C5;
}
</style>