Shades of Wistful #A29CDB
Tints of Wistful #A29CDB
RGB
CMYK
RGB Variations
Color information
#A29CDB (or 0xA29CDB) is known color: Wistful. HEX triplet: A2, 9C and DB. RGB value is (162,156,219). Sum of RGB (Red+Green+Blue) = 162+156+219=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 156 (61.33% from 255 or 29.05% from 537); Blue value is 219 (85.94% from 255 or 40.78% from 537); Max value from RGB is 219 - color contains mainly: blue. Hex color #A29CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29CDB is #5D6324. Grayscale: #A4A4A4. Windows color (decimal): -6120229 or 14392482. OLE color: 14392482.
HSL color Cylindrical-coordinate representation of color #A29CDB: hue angle of 245.71º 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 #A29CDB is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 156 | 219 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.14 |
| HSL | 245.71º | 0.47% | 0.74% | - |
| HSV(B) | 245.71º | 0.29% | 0.86% | - |
| XYZ | 39.57 | 36.57 | 71.99 | - |
| YUV | 164.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 156 | 219 | 0.26 | 0.29 | 0 | 0.14 | 245.71 | 0.47 | 0.74 |
| Hex | A2 | 9C | DB | 1A | 1D | 0 | E | F6 | 2F | 4A |
| Octal | 242 | 234 | 333 | 32 | 35 | 0 | 16 | 366 | 57 | 112 |
| Binary | 10100010 | 10011100 | 11011011 | 11010 | 11101 | 0 | 1110 | 11110110 | 101111 | 1001010 |
Color Harmonies of #A29CDB
Complementary color
Monochromatic Colors of #A29CDB
Black with #A29CDB
Text Example
Text Example
White with #A29CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29CDB; }
p { color: rgb(162,156,219); }
H1.HeaderClassName
{
color: #A29CDB;
}
.AnyTagClassName
{
color: #A29CDB;
}
</style>
background-color css
<style>
a { background-color: #A29CDB; }
a { background-color: rgb(162,156,219); }
div.DivClassName
{
background-color: #A29CDB;
}
.BgClassName
{
background-color: #A29CDB;
}
</style>
border-color css
<style>
span { border-color: #A29CDB; }
span { border-color: rgb(162,156,219); }
td.TdClassName
{
border-color: #A29CDB;
}
.TagClassName
{
border-color: #A29CDB;
}
</style>