Shades of Wistful #A29FCC
Tints of Wistful #A29FCC
RGB
CMYK
RGB Variations
Color information
#A29FCC (or 0xA29FCC) is known color: Wistful. HEX triplet: A2, 9F and CC. RGB value is (162,159,204). Sum of RGB (Red+Green+Blue) = 162+159+204=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 159 (62.5% from 255 or 30.29% from 525); Blue value is 204 (80.08% from 255 or 38.86% from 525); Max value from RGB is 204 - color contains mainly: blue. Hex color #A29FCC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FCC is #5D6033. Grayscale: #A4A4A4. Windows color (decimal): -6119476 or 13410210. OLE color: 13410210.
HSL color Cylindrical-coordinate representation of color #A29FCC: hue angle of 244º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A29FCC is Cyan = 0.21, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 159 | 204 | - |
| CMYK | 0.21 | 0.22 | 0 | 0.2 |
| HSL | 244º | 0.31% | 0.71% | - |
| HSV(B) | 244º | 0.22% | 0.8% | - |
| XYZ | 38.2 | 36.84 | 62.22 | - |
| YUV | 165.03 | 149.99 | 125.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 204 | 0.21 | 0.22 | 0 | 0.2 | 244 | 0.31 | 0.71 |
| Hex | A2 | 9F | CC | 15 | 16 | 0 | 14 | F4 | 1F | 47 |
| Octal | 242 | 237 | 314 | 25 | 26 | 0 | 24 | 364 | 37 | 107 |
| Binary | 10100010 | 10011111 | 11001100 | 10101 | 10110 | 0 | 10100 | 11110100 | 11111 | 1000111 |
Color Harmonies of #A29FCC
Complementary color
Monochromatic Colors of #A29FCC
Black with #A29FCC
Text Example
Text Example
White with #A29FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FCC; }
p { color: rgb(162,159,204); }
H1.HeaderClassName
{
color: #A29FCC;
}
.AnyTagClassName
{
color: #A29FCC;
}
</style>
background-color css
<style>
a { background-color: #A29FCC; }
a { background-color: rgb(162,159,204); }
div.DivClassName
{
background-color: #A29FCC;
}
.BgClassName
{
background-color: #A29FCC;
}
</style>
border-color css
<style>
span { border-color: #A29FCC; }
span { border-color: rgb(162,159,204); }
td.TdClassName
{
border-color: #A29FCC;
}
.TagClassName
{
border-color: #A29FCC;
}
</style>