Shades of Wistful #A29DD2
Tints of Wistful #A29DD2
RGB
CMYK
RGB Variations
Color information
#A29DD2 (or 0xA29DD2) is known color: Wistful. HEX triplet: A2, 9D and D2. RGB value is (162,157,210). Sum of RGB (Red+Green+Blue) = 162+157+210=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 210 (82.42% from 255 or 39.70% from 529); Max value from RGB is 210 - color contains mainly: blue. Hex color #A29DD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DD2 is #5D622D. Grayscale: #A4A4A4. Windows color (decimal): -6119982 or 13802914. OLE color: 13802914.
HSL color Cylindrical-coordinate representation of color #A29DD2: hue angle of 245.66º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A29DD2 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 157 | 210 | - |
| CMYK | 0.23 | 0.25 | 0 | 0.18 |
| HSL | 245.66º | 0.37% | 0.72% | - |
| HSV(B) | 245.66º | 0.25% | 0.82% | - |
| XYZ | 38.59 | 36.45 | 65.97 | - |
| YUV | 164.54 | 153.66 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 210 | 0.23 | 0.25 | 0 | 0.18 | 245.66 | 0.37 | 0.72 |
| Hex | A2 | 9D | D2 | 17 | 19 | 0 | 12 | F6 | 25 | 48 |
| Octal | 242 | 235 | 322 | 27 | 31 | 0 | 22 | 366 | 45 | 110 |
| Binary | 10100010 | 10011101 | 11010010 | 10111 | 11001 | 0 | 10010 | 11110110 | 100101 | 1001000 |
Color Harmonies of #A29DD2
Complementary color
Monochromatic Colors of #A29DD2
Black with #A29DD2
Text Example
Text Example
White with #A29DD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29DD2; }
p { color: rgb(162,157,210); }
H1.HeaderClassName
{
color: #A29DD2;
}
.AnyTagClassName
{
color: #A29DD2;
}
</style>
background-color css
<style>
a { background-color: #A29DD2; }
a { background-color: rgb(162,157,210); }
div.DivClassName
{
background-color: #A29DD2;
}
.BgClassName
{
background-color: #A29DD2;
}
</style>
border-color css
<style>
span { border-color: #A29DD2; }
span { border-color: rgb(162,157,210); }
td.TdClassName
{
border-color: #A29DD2;
}
.TagClassName
{
border-color: #A29DD2;
}
</style>