Shades of Wistful #A3A0C0
Tints of Wistful #A3A0C0
RGB
CMYK
RGB Variations
Color information
#A3A0C0 (or 0xA3A0C0) is known color: Wistful. HEX triplet: A3, A0 and C0. RGB value is (163,160,192). Sum of RGB (Red+Green+Blue) = 163+160+192=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 160 (62.89% from 255 or 31.07% from 515); Blue value is 192 (75.39% from 255 or 37.28% from 515); Max value from RGB is 192 - color contains mainly: blue. Hex color #A3A0C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A0C0 is #5C5F3F. Grayscale: #A4A4A4. Windows color (decimal): -6053696 or 12624035. OLE color: 12624035.
HSL color Cylindrical-coordinate representation of color #A3A0C0: hue angle of 245.62º degrees, saturation: 0.2, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3A0C0 is Cyan = 0.15, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 163 | 160 | 192 | - |
| CMYK | 0.15 | 0.17 | 0 | 0.25 |
| HSL | 245.63º | 0.2% | 0.69% | - |
| HSV(B) | 245.63º | 0.17% | 0.75% | - |
| XYZ | 37.19 | 36.73 | 55 | - |
| YUV | 164.55 | 143.49 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 192 | 0.15 | 0.17 | 0 | 0.25 | 245.63 | 0.2 | 0.69 |
| Hex | A3 | A0 | C0 | F | 11 | 0 | 19 | F6 | 14 | 45 |
| Octal | 243 | 240 | 300 | 17 | 21 | 0 | 31 | 366 | 24 | 105 |
| Binary | 10100011 | 10100000 | 11000000 | 1111 | 10001 | 0 | 11001 | 11110110 | 10100 | 1000101 |
Color Harmonies of #A3A0C0
Complementary color
Monochromatic Colors of #A3A0C0
Black with #A3A0C0
Text Example
Text Example
White with #A3A0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A0C0; }
p { color: rgb(163,160,192); }
H1.HeaderClassName
{
color: #A3A0C0;
}
.AnyTagClassName
{
color: #A3A0C0;
}
</style>
background-color css
<style>
a { background-color: #A3A0C0; }
a { background-color: rgb(163,160,192); }
div.DivClassName
{
background-color: #A3A0C0;
}
.BgClassName
{
background-color: #A3A0C0;
}
</style>
border-color css
<style>
span { border-color: #A3A0C0; }
span { border-color: rgb(163,160,192); }
td.TdClassName
{
border-color: #A3A0C0;
}
.TagClassName
{
border-color: #A3A0C0;
}
</style>