Shades of Wistful #A29AD2
Tints of Wistful #A29AD2
RGB
CMYK
RGB Variations
Color information
#A29AD2 (or 0xA29AD2) is known color: Wistful. HEX triplet: A2, 9A and D2. RGB value is (162,154,210). Sum of RGB (Red+Green+Blue) = 162+154+210=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 210 (82.42% from 255 or 39.92% from 526); Max value from RGB is 210 - color contains mainly: blue. Hex color #A29AD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29AD2 is #5D652D. Grayscale: #A2A2A2. Windows color (decimal): -6120750 or 13802146. OLE color: 13802146.
HSL color Cylindrical-coordinate representation of color #A29AD2: hue angle of 248.57º degrees, saturation: 0.38, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A29AD2 is Cyan = 0.23, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 162 | 154 | 210 | - |
| CMYK | 0.23 | 0.27 | 0 | 0.18 |
| HSL | 248.57º | 0.38% | 0.71% | - |
| HSV(B) | 248.57º | 0.27% | 0.82% | - |
| XYZ | 38.09 | 35.45 | 65.81 | - |
| YUV | 162.78 | 154.65 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 210 | 0.23 | 0.27 | 0 | 0.18 | 248.57 | 0.38 | 0.71 |
| Hex | A2 | 9A | D2 | 17 | 1B | 0 | 12 | F9 | 26 | 47 |
| Octal | 242 | 232 | 322 | 27 | 33 | 0 | 22 | 371 | 46 | 107 |
| Binary | 10100010 | 10011010 | 11010010 | 10111 | 11011 | 0 | 10010 | 11111001 | 100110 | 1000111 |
Color Harmonies of #A29AD2
Complementary color
Monochromatic Colors of #A29AD2
Black with #A29AD2
Text Example
Text Example
White with #A29AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29AD2; }
p { color: rgb(162,154,210); }
H1.HeaderClassName
{
color: #A29AD2;
}
.AnyTagClassName
{
color: #A29AD2;
}
</style>
background-color css
<style>
a { background-color: #A29AD2; }
a { background-color: rgb(162,154,210); }
div.DivClassName
{
background-color: #A29AD2;
}
.BgClassName
{
background-color: #A29AD2;
}
</style>
border-color css
<style>
span { border-color: #A29AD2; }
span { border-color: rgb(162,154,210); }
td.TdClassName
{
border-color: #A29AD2;
}
.TagClassName
{
border-color: #A29AD2;
}
</style>