Shades of Wistful #ABA8CA
Tints of Wistful #ABA8CA
RGB
CMYK
RGB Variations
Color information
#ABA8CA (or 0xABA8CA) is known color: Wistful. HEX triplet: AB, A8 and CA. RGB value is (171,168,202). Sum of RGB (Red+Green+Blue) = 171+168+202=541 (71% of max value = 765). Red value is 171 (67.19% from 255 or 31.61% from 541); Green value is 168 (66.02% from 255 or 31.05% from 541); Blue value is 202 (79.30% from 255 or 37.34% from 541); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABA8CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABA8CA is #545735. Grayscale: #ACACAC. Windows color (decimal): -5527350 or 13281451. OLE color: 13281451.
HSL color Cylindrical-coordinate representation of color #ABA8CA: hue angle of 245.29º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABA8CA is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 168 | 202 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.21 |
| HSL | 245.29º | 0.24% | 0.73% | - |
| HSV(B) | 245.29º | 0.17% | 0.79% | - |
| XYZ | 41.46 | 40.93 | 61.59 | - |
| YUV | 172.77 | 144.49 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 168 | 202 | 0.15 | 0.17 | 0 | 0.21 | 245.29 | 0.24 | 0.73 |
| Hex | AB | A8 | CA | F | 11 | 0 | 15 | F5 | 18 | 49 |
| Octal | 253 | 250 | 312 | 17 | 21 | 0 | 25 | 365 | 30 | 111 |
| Binary | 10101011 | 10101000 | 11001010 | 1111 | 10001 | 0 | 10101 | 11110101 | 11000 | 1001001 |
Color Harmonies of #ABA8CA
Complementary color
Monochromatic Colors of #ABA8CA
Black with #ABA8CA
Text Example
Text Example
White with #ABA8CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABA8CA; }
p { color: rgb(171,168,202); }
H1.HeaderClassName
{
color: #ABA8CA;
}
.AnyTagClassName
{
color: #ABA8CA;
}
</style>
background-color css
<style>
a { background-color: #ABA8CA; }
a { background-color: rgb(171,168,202); }
div.DivClassName
{
background-color: #ABA8CA;
}
.BgClassName
{
background-color: #ABA8CA;
}
</style>
border-color css
<style>
span { border-color: #ABA8CA; }
span { border-color: rgb(171,168,202); }
td.TdClassName
{
border-color: #ABA8CA;
}
.TagClassName
{
border-color: #ABA8CA;
}
</style>