Shades of Wistful #ACABDA
Tints of Wistful #ACABDA
RGB
CMYK
RGB Variations
Color information
#ACABDA (or 0xACABDA) is known color: Wistful. HEX triplet: AC, AB and DA. RGB value is (172,171,218). Sum of RGB (Red+Green+Blue) = 172+171+218=561 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.66% from 561); Green value is 171 (67.19% from 255 or 30.48% 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 #ACABDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ACABDA is #535425. Grayscale: #B0B0B0. Windows color (decimal): -5461030 or 14330796. OLE color: 14330796.
HSL color Cylindrical-coordinate representation of color #ACABDA: hue angle of 241.28º 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 #ACABDA is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 171 | 218 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.15 |
| HSL | 241.28º | 0.39% | 0.76% | - |
| HSV(B) | 241.28º | 0.22% | 0.85% | - |
| XYZ | 44.23 | 42.96 | 72.29 | - |
| YUV | 176.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 171 | 218 | 0.21 | 0.22 | 0 | 0.15 | 241.28 | 0.39 | 0.76 |
| Hex | AC | AB | DA | 15 | 16 | 0 | F | F1 | 27 | 4C |
| Octal | 254 | 253 | 332 | 25 | 26 | 0 | 17 | 361 | 47 | 114 |
| Binary | 10101100 | 10101011 | 11011010 | 10101 | 10110 | 0 | 1111 | 11110001 | 100111 | 1001100 |
Color Harmonies of #ACABDA
Complementary color
Monochromatic Colors of #ACABDA
Black with #ACABDA
Text Example
Text Example
White with #ACABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACABDA; }
p { color: rgb(172,171,218); }
H1.HeaderClassName
{
color: #ACABDA;
}
.AnyTagClassName
{
color: #ACABDA;
}
</style>
background-color css
<style>
a { background-color: #ACABDA; }
a { background-color: rgb(172,171,218); }
div.DivClassName
{
background-color: #ACABDA;
}
.BgClassName
{
background-color: #ACABDA;
}
</style>
border-color css
<style>
span { border-color: #ACABDA; }
span { border-color: rgb(172,171,218); }
td.TdClassName
{
border-color: #ACABDA;
}
.TagClassName
{
border-color: #ACABDA;
}
</style>