Shades of Wistful #A3A0C7
Tints of Wistful #A3A0C7
RGB
CMYK
RGB Variations
Color information
#A3A0C7 (or 0xA3A0C7) is known color: Wistful. HEX triplet: A3, A0 and C7. RGB value is (163,160,199). Sum of RGB (Red+Green+Blue) = 163+160+199=522 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.23% from 522); Green value is 160 (62.89% from 255 or 30.65% from 522); Blue value is 199 (78.12% from 255 or 38.12% from 522); Max value from RGB is 199 - color contains mainly: blue. Hex color #A3A0C7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A0C7 is #5C5F38. Grayscale: #A5A5A5. Windows color (decimal): -6053689 or 13082787. OLE color: 13082787.
HSL color Cylindrical-coordinate representation of color #A3A0C7: hue angle of 244.62º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A3A0C7 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 163 | 160 | 199 | - |
| CMYK | 0.18 | 0.20 | 0 | 0.22 |
| HSL | 244.62º | 0.26% | 0.7% | - |
| HSV(B) | 244.62º | 0.2% | 0.78% | - |
| XYZ | 37.98 | 37.05 | 59.18 | - |
| YUV | 165.34 | 146.99 | 126.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 160 | 199 | 0.18 | 0.20 | 0 | 0.22 | 244.62 | 0.26 | 0.7 |
| Hex | A3 | A0 | C7 | 12 | 14 | 0 | 16 | F5 | 1A | 46 |
| Octal | 243 | 240 | 307 | 22 | 24 | 0 | 26 | 365 | 32 | 106 |
| Binary | 10100011 | 10100000 | 11000111 | 10010 | 10100 | 0 | 10110 | 11110101 | 11010 | 1000110 |
Color Harmonies of #A3A0C7
Complementary color
Monochromatic Colors of #A3A0C7
Black with #A3A0C7
Text Example
Text Example
White with #A3A0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A0C7; }
p { color: rgb(163,160,199); }
H1.HeaderClassName
{
color: #A3A0C7;
}
.AnyTagClassName
{
color: #A3A0C7;
}
</style>
background-color css
<style>
a { background-color: #A3A0C7; }
a { background-color: rgb(163,160,199); }
div.DivClassName
{
background-color: #A3A0C7;
}
.BgClassName
{
background-color: #A3A0C7;
}
</style>
border-color css
<style>
span { border-color: #A3A0C7; }
span { border-color: rgb(163,160,199); }
td.TdClassName
{
border-color: #A3A0C7;
}
.TagClassName
{
border-color: #A3A0C7;
}
</style>