Shades of Wistful #A29ADC
Tints of Wistful #A29ADC
RGB
CMYK
RGB Variations
Color information
#A29ADC (or 0xA29ADC) is known color: Wistful. HEX triplet: A2, 9A and DC. RGB value is (162,154,220). Sum of RGB (Red+Green+Blue) = 162+154+220=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 154 (60.55% from 255 or 28.73% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #A29ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ADC is #5D6523. Grayscale: #A3A3A3. Windows color (decimal): -6120740 or 14457506. OLE color: 14457506.
HSL color Cylindrical-coordinate representation of color #A29ADC: hue angle of 247.27º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29ADC is Cyan = 0.26, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 154 | 220 | - |
| CMYK | 0.26 | 0.3 | 0 | 0.14 |
| HSL | 247.27º | 0.49% | 0.73% | - |
| HSV(B) | 247.27º | 0.3% | 0.86% | - |
| XYZ | 39.37 | 35.96 | 72.58 | - |
| YUV | 163.92 | 159.65 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 220 | 0.26 | 0.3 | 0 | 0.14 | 247.27 | 0.49 | 0.73 |
| Hex | A2 | 9A | DC | 1A | 1E | 0 | E | F7 | 31 | 49 |
| Octal | 242 | 232 | 334 | 32 | 36 | 0 | 16 | 367 | 61 | 111 |
| Binary | 10100010 | 10011010 | 11011100 | 11010 | 11110 | 0 | 1110 | 11110111 | 110001 | 1001001 |
Color Harmonies of #A29ADC
Complementary color
Monochromatic Colors of #A29ADC
Black with #A29ADC
Text Example
Text Example
White with #A29ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29ADC; }
p { color: rgb(162,154,220); }
H1.HeaderClassName
{
color: #A29ADC;
}
.AnyTagClassName
{
color: #A29ADC;
}
</style>
background-color css
<style>
a { background-color: #A29ADC; }
a { background-color: rgb(162,154,220); }
div.DivClassName
{
background-color: #A29ADC;
}
.BgClassName
{
background-color: #A29ADC;
}
</style>
border-color css
<style>
span { border-color: #A29ADC; }
span { border-color: rgb(162,154,220); }
td.TdClassName
{
border-color: #A29ADC;
}
.TagClassName
{
border-color: #A29ADC;
}
</style>