Shades of Wistful #A3A0CF
Tints of Wistful #A3A0CF
RGB
CMYK
RGB Variations
Color information
#A3A0CF (or 0xA3A0CF) is known color: Wistful. HEX triplet: A3, A0 and CF. RGB value is (163,160,207). Sum of RGB (Red+Green+Blue) = 163+160+207=530 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.75% from 530); Green value is 160 (62.89% from 255 or 30.19% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #A3A0CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A0CF is #5C5F30. Grayscale: #A6A6A6. Windows color (decimal): -6053681 or 13607075. OLE color: 13607075.
HSL color Cylindrical-coordinate representation of color #A3A0CF: hue angle of 243.83º degrees, saturation: 0.33, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A3A0CF is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 160 | 207 | - |
| CMYK | 0.21 | 0.23 | 0 | 0.19 |
| HSL | 243.83º | 0.33% | 0.72% | - |
| HSV(B) | 243.83º | 0.23% | 0.81% | - |
| XYZ | 38.94 | 37.43 | 64.2 | - |
| YUV | 166.26 | 150.99 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 207 | 0.21 | 0.23 | 0 | 0.19 | 243.83 | 0.33 | 0.72 |
| Hex | A3 | A0 | CF | 15 | 17 | 0 | 13 | F4 | 21 | 48 |
| Octal | 243 | 240 | 317 | 25 | 27 | 0 | 23 | 364 | 41 | 110 |
| Binary | 10100011 | 10100000 | 11001111 | 10101 | 10111 | 0 | 10011 | 11110100 | 100001 | 1001000 |
Color Harmonies of #A3A0CF
Complementary color
Monochromatic Colors of #A3A0CF
Black with #A3A0CF
Text Example
Text Example
White with #A3A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A0CF; }
p { color: rgb(163,160,207); }
H1.HeaderClassName
{
color: #A3A0CF;
}
.AnyTagClassName
{
color: #A3A0CF;
}
</style>
background-color css
<style>
a { background-color: #A3A0CF; }
a { background-color: rgb(163,160,207); }
div.DivClassName
{
background-color: #A3A0CF;
}
.BgClassName
{
background-color: #A3A0CF;
}
</style>
border-color css
<style>
span { border-color: #A3A0CF; }
span { border-color: rgb(163,160,207); }
td.TdClassName
{
border-color: #A3A0CF;
}
.TagClassName
{
border-color: #A3A0CF;
}
</style>