Shades of Wistful #A9A3CE
Tints of Wistful #A9A3CE
RGB
CMYK
RGB Variations
Color information
#A9A3CE (or 0xA9A3CE) is known color: Wistful. HEX triplet: A9, A3 and CE. RGB value is (169,163,206). Sum of RGB (Red+Green+Blue) = 169+163+206=538 (71% of max value = 765). Red value is 169 (66.41% from 255 or 31.41% from 538); Green value is 163 (64.06% from 255 or 30.30% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #A9A3CE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A9A3CE is #565C31. Grayscale: #A9A9A9. Windows color (decimal): -5659698 or 13542313. OLE color: 13542313.
HSL color Cylindrical-coordinate representation of color #A9A3CE: hue angle of 248.37º 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 #A9A3CE is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 163 | 206 | - |
| CMYK | 0.18 | 0.21 | 0 | 0.19 |
| HSL | 248.37º | 0.3% | 0.72% | - |
| HSV(B) | 248.37º | 0.21% | 0.81% | - |
| XYZ | 40.6 | 39.09 | 63.8 | - |
| YUV | 169.7 | 148.49 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 163 | 206 | 0.18 | 0.21 | 0 | 0.19 | 248.37 | 0.3 | 0.72 |
| Hex | A9 | A3 | CE | 12 | 15 | 0 | 13 | F8 | 1E | 48 |
| Octal | 251 | 243 | 316 | 22 | 25 | 0 | 23 | 370 | 36 | 110 |
| Binary | 10101001 | 10100011 | 11001110 | 10010 | 10101 | 0 | 10011 | 11111000 | 11110 | 1001000 |
Color Harmonies of #A9A3CE
Complementary color
Monochromatic Colors of #A9A3CE
Black with #A9A3CE
Text Example
Text Example
White with #A9A3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9A3CE; }
p { color: rgb(169,163,206); }
H1.HeaderClassName
{
color: #A9A3CE;
}
.AnyTagClassName
{
color: #A9A3CE;
}
</style>
background-color css
<style>
a { background-color: #A9A3CE; }
a { background-color: rgb(169,163,206); }
div.DivClassName
{
background-color: #A9A3CE;
}
.BgClassName
{
background-color: #A9A3CE;
}
</style>
border-color css
<style>
span { border-color: #A9A3CE; }
span { border-color: rgb(169,163,206); }
td.TdClassName
{
border-color: #A9A3CE;
}
.TagClassName
{
border-color: #A9A3CE;
}
</style>