Shades of Wistful #ABACDA
Tints of Wistful #ABACDA
RGB
CMYK
RGB Variations
Color information
#ABACDA (or 0xABACDA) is known color: Wistful. HEX triplet: AB, AC and DA. RGB value is (171,172,218). Sum of RGB (Red+Green+Blue) = 171+172+218=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 172 (67.58% from 255 or 30.66% from 561); Blue value is 218 (85.55% from 255 or 38.86% from 561); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABACDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABACDA is #545325. Grayscale: #B0B0B0. Windows color (decimal): -5526310 or 14331051. OLE color: 14331051.
HSL color Cylindrical-coordinate representation of color #ABACDA: hue angle of 238.72º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABACDA is Cyan = 0.22, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 172 | 218 | - |
| CMYK | 0.22 | 0.21 | 0 | 0.15 |
| HSL | 238.72º | 0.39% | 0.76% | - |
| HSV(B) | 238.72º | 0.22% | 0.85% | - |
| XYZ | 44.2 | 43.22 | 72.34 | - |
| YUV | 176.95 | 151.17 | 123.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 218 | 0.22 | 0.21 | 0 | 0.15 | 238.72 | 0.39 | 0.76 |
| Hex | AB | AC | DA | 16 | 15 | 0 | F | EF | 27 | 4C |
| Octal | 253 | 254 | 332 | 26 | 25 | 0 | 17 | 357 | 47 | 114 |
| Binary | 10101011 | 10101100 | 11011010 | 10110 | 10101 | 0 | 1111 | 11101111 | 100111 | 1001100 |
Color Harmonies of #ABACDA
Complementary color
Monochromatic Colors of #ABACDA
Black with #ABACDA
Text Example
Text Example
White with #ABACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABACDA; }
p { color: rgb(171,172,218); }
H1.HeaderClassName
{
color: #ABACDA;
}
.AnyTagClassName
{
color: #ABACDA;
}
</style>
background-color css
<style>
a { background-color: #ABACDA; }
a { background-color: rgb(171,172,218); }
div.DivClassName
{
background-color: #ABACDA;
}
.BgClassName
{
background-color: #ABACDA;
}
</style>
border-color css
<style>
span { border-color: #ABACDA; }
span { border-color: rgb(171,172,218); }
td.TdClassName
{
border-color: #ABACDA;
}
.TagClassName
{
border-color: #ABACDA;
}
</style>