Shades of Wistful #A19ECC
Tints of Wistful #A19ECC
RGB
CMYK
RGB Variations
Color information
#A19ECC (or 0xA19ECC) is known color: Wistful. HEX triplet: A1, 9E and CC. RGB value is (161,158,204). Sum of RGB (Red+Green+Blue) = 161+158+204=523 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.78% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 204 (80.08% from 255 or 39.01% from 523); Max value from RGB is 204 - color contains mainly: blue. Hex color #A19ECC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ECC is #5E6133. Grayscale: #A3A3A3. Windows color (decimal): -6185268 or 13409953. OLE color: 13409953.
HSL color Cylindrical-coordinate representation of color #A19ECC: hue angle of 243.91º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A19ECC is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 158 | 204 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.2 |
| HSL | 243.91º | 0.31% | 0.71% | - |
| HSV(B) | 243.91º | 0.23% | 0.8% | - |
| XYZ | 37.82 | 36.39 | 62.16 | - |
| YUV | 164.14 | 150.49 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 204 | 0.21 | 0.23 | 0 | 0.2 | 243.91 | 0.31 | 0.71 |
| Hex | A1 | 9E | CC | 15 | 17 | 0 | 14 | F4 | 1F | 47 |
| Octal | 241 | 236 | 314 | 25 | 27 | 0 | 24 | 364 | 37 | 107 |
| Binary | 10100001 | 10011110 | 11001100 | 10101 | 10111 | 0 | 10100 | 11110100 | 11111 | 1000111 |
Color Harmonies of #A19ECC
Complementary color
Monochromatic Colors of #A19ECC
Black with #A19ECC
Text Example
Text Example
White with #A19ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19ECC; }
p { color: rgb(161,158,204); }
H1.HeaderClassName
{
color: #A19ECC;
}
.AnyTagClassName
{
color: #A19ECC;
}
</style>
background-color css
<style>
a { background-color: #A19ECC; }
a { background-color: rgb(161,158,204); }
div.DivClassName
{
background-color: #A19ECC;
}
.BgClassName
{
background-color: #A19ECC;
}
</style>
border-color css
<style>
span { border-color: #A19ECC; }
span { border-color: rgb(161,158,204); }
td.TdClassName
{
border-color: #A19ECC;
}
.TagClassName
{
border-color: #A19ECC;
}
</style>