Shades of Wistful #A29ACC
Tints of Wistful #A29ACC
RGB
CMYK
RGB Variations
Color information
#A29ACC (or 0xA29ACC) is known color: Wistful. HEX triplet: A2, 9A and CC. RGB value is (162,154,204). Sum of RGB (Red+Green+Blue) = 162+154+204=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 204 (80.08% from 255 or 39.23% from 520); Max value from RGB is 204 - color contains mainly: blue. Hex color #A29ACC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ACC is #5D6533. Grayscale: #A1A1A1. Windows color (decimal): -6120756 or 13408930. OLE color: 13408930.
HSL color Cylindrical-coordinate representation of color #A29ACC: hue angle of 249.6º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A29ACC is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 154 | 204 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.2 |
| HSL | 249.6º | 0.33% | 0.7% | - |
| HSV(B) | 249.6º | 0.25% | 0.8% | - |
| XYZ | 37.35 | 35.15 | 61.94 | - |
| YUV | 162.09 | 151.65 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 204 | 0.21 | 0.25 | 0 | 0.2 | 249.6 | 0.33 | 0.7 |
| Hex | A2 | 9A | CC | 15 | 19 | 0 | 14 | FA | 21 | 46 |
| Octal | 242 | 232 | 314 | 25 | 31 | 0 | 24 | 372 | 41 | 106 |
| Binary | 10100010 | 10011010 | 11001100 | 10101 | 11001 | 0 | 10100 | 11111010 | 100001 | 1000110 |
Color Harmonies of #A29ACC
Complementary color
Monochromatic Colors of #A29ACC
Black with #A29ACC
Text Example
Text Example
White with #A29ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29ACC; }
p { color: rgb(162,154,204); }
H1.HeaderClassName
{
color: #A29ACC;
}
.AnyTagClassName
{
color: #A29ACC;
}
</style>
background-color css
<style>
a { background-color: #A29ACC; }
a { background-color: rgb(162,154,204); }
div.DivClassName
{
background-color: #A29ACC;
}
.BgClassName
{
background-color: #A29ACC;
}
</style>
border-color css
<style>
span { border-color: #A29ACC; }
span { border-color: rgb(162,154,204); }
td.TdClassName
{
border-color: #A29ACC;
}
.TagClassName
{
border-color: #A29ACC;
}
</style>