Shades of Wistful #A4A0CE
Tints of Wistful #A4A0CE
RGB
CMYK
RGB Variations
Color information
#A4A0CE (or 0xA4A0CE) is known color: Wistful. HEX triplet: A4, A0 and CE. RGB value is (164,160,206). Sum of RGB (Red+Green+Blue) = 164+160+206=530 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.94% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #A4A0CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A4A0CE is #5B5F31. Grayscale: #A6A6A6. Windows color (decimal): -5988146 or 13541540. OLE color: 13541540.
HSL color Cylindrical-coordinate representation of color #A4A0CE: hue angle of 245.22º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A4A0CE is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 160 | 206 | - |
| CMYK | 0.20 | 0.22 | 0 | 0.19 |
| HSL | 245.22º | 0.32% | 0.72% | - |
| HSV(B) | 245.22º | 0.22% | 0.81% | - |
| XYZ | 39.02 | 37.49 | 63.57 | - |
| YUV | 166.44 | 150.33 | 126.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 160 | 206 | 0.20 | 0.22 | 0 | 0.19 | 245.22 | 0.32 | 0.72 |
| Hex | A4 | A0 | CE | 14 | 16 | 0 | 13 | F5 | 20 | 48 |
| Octal | 244 | 240 | 316 | 24 | 26 | 0 | 23 | 365 | 40 | 110 |
| Binary | 10100100 | 10100000 | 11001110 | 10100 | 10110 | 0 | 10011 | 11110101 | 100000 | 1001000 |
Color Harmonies of #A4A0CE
Complementary color
Monochromatic Colors of #A4A0CE
Black with #A4A0CE
Text Example
Text Example
White with #A4A0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A0CE; }
p { color: rgb(164,160,206); }
H1.HeaderClassName
{
color: #A4A0CE;
}
.AnyTagClassName
{
color: #A4A0CE;
}
</style>
background-color css
<style>
a { background-color: #A4A0CE; }
a { background-color: rgb(164,160,206); }
div.DivClassName
{
background-color: #A4A0CE;
}
.BgClassName
{
background-color: #A4A0CE;
}
</style>
border-color css
<style>
span { border-color: #A4A0CE; }
span { border-color: rgb(164,160,206); }
td.TdClassName
{
border-color: #A4A0CE;
}
.TagClassName
{
border-color: #A4A0CE;
}
</style>