Shades of Wistful #A29ADB
Tints of Wistful #A29ADB
RGB
CMYK
RGB Variations
Color information
#A29ADB (or 0xA29ADB) is known color: Wistful. HEX triplet: A2, 9A and DB. RGB value is (162,154,219). Sum of RGB (Red+Green+Blue) = 162+154+219=535 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.28% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 219 (85.94% from 255 or 40.93% from 535); Max value from RGB is 219 - color contains mainly: blue. Hex color #A29ADB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29ADB is #5D6524. Grayscale: #A3A3A3. Windows color (decimal): -6120741 or 14391970. OLE color: 14391970.
HSL color Cylindrical-coordinate representation of color #A29ADB: hue angle of 247.38º degrees, saturation: 0.47, 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 #A29ADB is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 154 | 219 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.14 |
| HSL | 247.38º | 0.47% | 0.73% | - |
| HSV(B) | 247.38º | 0.3% | 0.86% | - |
| XYZ | 39.24 | 35.91 | 71.88 | - |
| YUV | 163.8 | 159.15 | 126.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 154 | 219 | 0.26 | 0.30 | 0 | 0.14 | 247.38 | 0.47 | 0.73 |
| Hex | A2 | 9A | DB | 1A | 1E | 0 | E | F7 | 2F | 49 |
| Octal | 242 | 232 | 333 | 32 | 36 | 0 | 16 | 367 | 57 | 111 |
| Binary | 10100010 | 10011010 | 11011011 | 11010 | 11110 | 0 | 1110 | 11110111 | 101111 | 1001001 |
Color Harmonies of #A29ADB
Complementary color
Monochromatic Colors of #A29ADB
Black with #A29ADB
Text Example
Text Example
White with #A29ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29ADB; }
p { color: rgb(162,154,219); }
H1.HeaderClassName
{
color: #A29ADB;
}
.AnyTagClassName
{
color: #A29ADB;
}
</style>
background-color css
<style>
a { background-color: #A29ADB; }
a { background-color: rgb(162,154,219); }
div.DivClassName
{
background-color: #A29ADB;
}
.BgClassName
{
background-color: #A29ADB;
}
</style>
border-color css
<style>
span { border-color: #A29ADB; }
span { border-color: rgb(162,154,219); }
td.TdClassName
{
border-color: #A29ADB;
}
.TagClassName
{
border-color: #A29ADB;
}
</style>