Shades of Wistful #ABAACD
Tints of Wistful #ABAACD
RGB
CMYK
RGB Variations
Color information
#ABAACD (or 0xABAACD) is known color: Wistful. HEX triplet: AB, AA and CD. RGB value is (171,170,205). Sum of RGB (Red+Green+Blue) = 171+170+205=546 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.32% from 546); Green value is 170 (66.80% from 255 or 31.14% from 546); Blue value is 205 (80.47% from 255 or 37.55% from 546); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABAACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABAACD is #545532. Grayscale: #AEAEAE. Windows color (decimal): -5526835 or 13478571. OLE color: 13478571.
HSL color Cylindrical-coordinate representation of color #ABAACD: hue angle of 241.71º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABAACD is Cyan = 0.17, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 170 | 205 | - |
| CMYK | 0.17 | 0.17 | 0 | 0.20 |
| HSL | 241.71º | 0.26% | 0.74% | - |
| HSV(B) | 241.71º | 0.17% | 0.8% | - |
| XYZ | 42.19 | 41.82 | 63.61 | - |
| YUV | 174.29 | 145.33 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 170 | 205 | 0.17 | 0.17 | 0 | 0.20 | 241.71 | 0.26 | 0.74 |
| Hex | AB | AA | CD | 11 | 11 | 0 | 14 | F2 | 1A | 4A |
| Octal | 253 | 252 | 315 | 21 | 21 | 0 | 24 | 362 | 32 | 112 |
| Binary | 10101011 | 10101010 | 11001101 | 10001 | 10001 | 0 | 10100 | 11110010 | 11010 | 1001010 |
Color Harmonies of #ABAACD
Complementary color
Monochromatic Colors of #ABAACD
Black with #ABAACD
Text Example
Text Example
White with #ABAACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAACD; }
p { color: rgb(171,170,205); }
H1.HeaderClassName
{
color: #ABAACD;
}
.AnyTagClassName
{
color: #ABAACD;
}
</style>
background-color css
<style>
a { background-color: #ABAACD; }
a { background-color: rgb(171,170,205); }
div.DivClassName
{
background-color: #ABAACD;
}
.BgClassName
{
background-color: #ABAACD;
}
</style>
border-color css
<style>
span { border-color: #ABAACD; }
span { border-color: rgb(171,170,205); }
td.TdClassName
{
border-color: #ABAACD;
}
.TagClassName
{
border-color: #ABAACD;
}
</style>