Shades of Wistful #A3A0CA
Tints of Wistful #A3A0CA
RGB
CMYK
RGB Variations
Color information
#A3A0CA (or 0xA3A0CA) is known color: Wistful. HEX triplet: A3, A0 and CA. RGB value is (163,160,202). Sum of RGB (Red+Green+Blue) = 163+160+202=525 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.05% from 525); Green value is 160 (62.89% from 255 or 30.48% from 525); Blue value is 202 (79.30% from 255 or 38.48% from 525); Max value from RGB is 202 - color contains mainly: blue. Hex color #A3A0CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A0CA is #5C5F35. Grayscale: #A5A5A5. Windows color (decimal): -6053686 or 13279395. OLE color: 13279395.
HSL color Cylindrical-coordinate representation of color #A3A0CA: hue angle of 244.29º degrees, saturation: 0.28, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3A0CA is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 163 | 160 | 202 | - |
| CMYK | 0.19 | 0.21 | 0 | 0.21 |
| HSL | 244.29º | 0.28% | 0.71% | - |
| HSV(B) | 244.29º | 0.21% | 0.79% | - |
| XYZ | 38.34 | 37.19 | 61.04 | - |
| YUV | 165.69 | 148.49 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 202 | 0.19 | 0.21 | 0 | 0.21 | 244.29 | 0.28 | 0.71 |
| Hex | A3 | A0 | CA | 13 | 15 | 0 | 15 | F4 | 1C | 47 |
| Octal | 243 | 240 | 312 | 23 | 25 | 0 | 25 | 364 | 34 | 107 |
| Binary | 10100011 | 10100000 | 11001010 | 10011 | 10101 | 0 | 10101 | 11110100 | 11100 | 1000111 |
Color Harmonies of #A3A0CA
Complementary color
Monochromatic Colors of #A3A0CA
Black with #A3A0CA
Text Example
Text Example
White with #A3A0CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A0CA; }
p { color: rgb(163,160,202); }
H1.HeaderClassName
{
color: #A3A0CA;
}
.AnyTagClassName
{
color: #A3A0CA;
}
</style>
background-color css
<style>
a { background-color: #A3A0CA; }
a { background-color: rgb(163,160,202); }
div.DivClassName
{
background-color: #A3A0CA;
}
.BgClassName
{
background-color: #A3A0CA;
}
</style>
border-color css
<style>
span { border-color: #A3A0CA; }
span { border-color: rgb(163,160,202); }
td.TdClassName
{
border-color: #A3A0CA;
}
.TagClassName
{
border-color: #A3A0CA;
}
</style>