Shades of Wistful #A29DD3
Tints of Wistful #A29DD3
RGB
CMYK
RGB Variations
Color information
#A29DD3 (or 0xA29DD3) is known color: Wistful. HEX triplet: A2, 9D and D3. RGB value is (162,157,211). Sum of RGB (Red+Green+Blue) = 162+157+211=530 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.57% from 530); Green value is 157 (61.72% from 255 or 29.62% from 530); Blue value is 211 (82.81% from 255 or 39.81% from 530); Max value from RGB is 211 - color contains mainly: blue. Hex color #A29DD3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DD3 is #5D622C. Grayscale: #A4A4A4. Windows color (decimal): -6119981 or 13868450. OLE color: 13868450.
HSL color Cylindrical-coordinate representation of color #A29DD3: hue angle of 245.56º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A29DD3 is Cyan = 0.23, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 162 | 157 | 211 | - |
| CMYK | 0.23 | 0.26 | 0 | 0.17 |
| HSL | 245.56º | 0.38% | 0.72% | - |
| HSV(B) | 245.56º | 0.26% | 0.83% | - |
| XYZ | 38.72 | 36.5 | 66.63 | - |
| YUV | 164.65 | 154.16 | 126.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 211 | 0.23 | 0.26 | 0 | 0.17 | 245.56 | 0.38 | 0.72 |
| Hex | A2 | 9D | D3 | 17 | 1A | 0 | 11 | F6 | 26 | 48 |
| Octal | 242 | 235 | 323 | 27 | 32 | 0 | 21 | 366 | 46 | 110 |
| Binary | 10100010 | 10011101 | 11010011 | 10111 | 11010 | 0 | 10001 | 11110110 | 100110 | 1001000 |
Color Harmonies of #A29DD3
Complementary color
Monochromatic Colors of #A29DD3
Black with #A29DD3
Text Example
Text Example
White with #A29DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29DD3; }
p { color: rgb(162,157,211); }
H1.HeaderClassName
{
color: #A29DD3;
}
.AnyTagClassName
{
color: #A29DD3;
}
</style>
background-color css
<style>
a { background-color: #A29DD3; }
a { background-color: rgb(162,157,211); }
div.DivClassName
{
background-color: #A29DD3;
}
.BgClassName
{
background-color: #A29DD3;
}
</style>
border-color css
<style>
span { border-color: #A29DD3; }
span { border-color: rgb(162,157,211); }
td.TdClassName
{
border-color: #A29DD3;
}
.TagClassName
{
border-color: #A29DD3;
}
</style>