Shades of Wistful #A29FDD
Tints of Wistful #A29FDD
RGB
CMYK
RGB Variations
Color information
#A29FDD (or 0xA29FDD) is known color: Wistful. HEX triplet: A2, 9F and DD. RGB value is (162,159,221). Sum of RGB (Red+Green+Blue) = 162+159+221=542 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.89% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #A29FDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FDD is #5D6022. Grayscale: #A6A6A6. Windows color (decimal): -6119459 or 14524322. OLE color: 14524322.
HSL color Cylindrical-coordinate representation of color #A29FDD: hue angle of 242.9º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29FDD is Cyan = 0.27, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 159 | 221 | - |
| CMYK | 0.27 | 0.28 | 0 | 0.13 |
| HSL | 242.9º | 0.48% | 0.75% | - |
| HSV(B) | 242.9º | 0.28% | 0.87% | - |
| XYZ | 40.35 | 37.7 | 73.56 | - |
| YUV | 166.97 | 158.49 | 124.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 221 | 0.27 | 0.28 | 0 | 0.13 | 242.9 | 0.48 | 0.75 |
| Hex | A2 | 9F | DD | 1B | 1C | 0 | D | F3 | 30 | 4B |
| Octal | 242 | 237 | 335 | 33 | 34 | 0 | 15 | 363 | 60 | 113 |
| Binary | 10100010 | 10011111 | 11011101 | 11011 | 11100 | 0 | 1101 | 11110011 | 110000 | 1001011 |
Color Harmonies of #A29FDD
Complementary color
Monochromatic Colors of #A29FDD
Black with #A29FDD
Text Example
Text Example
White with #A29FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FDD; }
p { color: rgb(162,159,221); }
H1.HeaderClassName
{
color: #A29FDD;
}
.AnyTagClassName
{
color: #A29FDD;
}
</style>
background-color css
<style>
a { background-color: #A29FDD; }
a { background-color: rgb(162,159,221); }
div.DivClassName
{
background-color: #A29FDD;
}
.BgClassName
{
background-color: #A29FDD;
}
</style>
border-color css
<style>
span { border-color: #A29FDD; }
span { border-color: rgb(162,159,221); }
td.TdClassName
{
border-color: #A29FDD;
}
.TagClassName
{
border-color: #A29FDD;
}
</style>