Shades of Wistful #A29DDC
Tints of Wistful #A29DDC
RGB
CMYK
RGB Variations
Color information
#A29DDC (or 0xA29DDC) is known color: Wistful. HEX triplet: A2, 9D and DC. RGB value is (162,157,220). Sum of RGB (Red+Green+Blue) = 162+157+220=539 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.06% from 539); Green value is 157 (61.72% from 255 or 29.13% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #A29DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29DDC is #5D6223. Grayscale: #A5A5A5. Windows color (decimal): -6119972 or 14458274. OLE color: 14458274.
HSL color Cylindrical-coordinate representation of color #A29DDC: hue angle of 244.76º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A29DDC is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 157 | 220 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.14 |
| HSL | 244.76º | 0.47% | 0.74% | - |
| HSV(B) | 244.76º | 0.29% | 0.86% | - |
| XYZ | 39.88 | 36.96 | 72.74 | - |
| YUV | 165.68 | 158.66 | 125.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 157 | 220 | 0.26 | 0.29 | 0 | 0.14 | 244.76 | 0.47 | 0.74 |
| Hex | A2 | 9D | DC | 1A | 1D | 0 | E | F5 | 2F | 4A |
| Octal | 242 | 235 | 334 | 32 | 35 | 0 | 16 | 365 | 57 | 112 |
| Binary | 10100010 | 10011101 | 11011100 | 11010 | 11101 | 0 | 1110 | 11110101 | 101111 | 1001010 |
Color Harmonies of #A29DDC
Complementary color
Monochromatic Colors of #A29DDC
Black with #A29DDC
Text Example
Text Example
White with #A29DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29DDC; }
p { color: rgb(162,157,220); }
H1.HeaderClassName
{
color: #A29DDC;
}
.AnyTagClassName
{
color: #A29DDC;
}
</style>
background-color css
<style>
a { background-color: #A29DDC; }
a { background-color: rgb(162,157,220); }
div.DivClassName
{
background-color: #A29DDC;
}
.BgClassName
{
background-color: #A29DDC;
}
</style>
border-color css
<style>
span { border-color: #A29DDC; }
span { border-color: rgb(162,157,220); }
td.TdClassName
{
border-color: #A29DDC;
}
.TagClassName
{
border-color: #A29DDC;
}
</style>