Shades of Wistful #A3A3CE
Tints of Wistful #A3A3CE
RGB
CMYK
RGB Variations
Color information
#A3A3CE (or 0xA3A3CE) is known color: Wistful. HEX triplet: A3, A3 and CE. RGB value is (163,163,206). Sum of RGB (Red+Green+Blue) = 163+163+206=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 163 (64.06% from 255 or 30.64% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #A3A3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A3A3CE is #5C5C31. Grayscale: #A7A7A7. Windows color (decimal): -6052914 or 13542307. OLE color: 13542307.
HSL color Cylindrical-coordinate representation of color #A3A3CE: hue angle of 240º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3A3CE is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 163 | 163 | 206 | - |
| CMYK | 0.21 | 0.21 | 0 | 0.19 |
| HSL | 240º | 0.3% | 0.72% | - |
| HSV(B) | 240º | 0.21% | 0.81% | - |
| XYZ | 39.34 | 38.44 | 63.74 | - |
| YUV | 167.9 | 149.5 | 124.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 163 | 206 | 0.21 | 0.21 | 0 | 0.19 | 240 | 0.3 | 0.72 |
| Hex | A3 | A3 | CE | 15 | 15 | 0 | 13 | F0 | 1E | 48 |
| Octal | 243 | 243 | 316 | 25 | 25 | 0 | 23 | 360 | 36 | 110 |
| Binary | 10100011 | 10100011 | 11001110 | 10101 | 10101 | 0 | 10011 | 11110000 | 11110 | 1001000 |
Color Harmonies of #A3A3CE
Complementary color
Monochromatic Colors of #A3A3CE
Black with #A3A3CE
Text Example
Text Example
White with #A3A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A3CE; }
p { color: rgb(163,163,206); }
H1.HeaderClassName
{
color: #A3A3CE;
}
.AnyTagClassName
{
color: #A3A3CE;
}
</style>
background-color css
<style>
a { background-color: #A3A3CE; }
a { background-color: rgb(163,163,206); }
div.DivClassName
{
background-color: #A3A3CE;
}
.BgClassName
{
background-color: #A3A3CE;
}
</style>
border-color css
<style>
span { border-color: #A3A3CE; }
span { border-color: rgb(163,163,206); }
td.TdClassName
{
border-color: #A3A3CE;
}
.TagClassName
{
border-color: #A3A3CE;
}
</style>