Shades of Wistful #A29BDC
Tints of Wistful #A29BDC
RGB
CMYK
RGB Variations
Color information
#A29BDC (or 0xA29BDC) is known color: Wistful. HEX triplet: A2, 9B and DC. RGB value is (162,155,220). Sum of RGB (Red+Green+Blue) = 162+155+220=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 155 (60.94% from 255 or 28.86% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #A29BDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BDC is #5D6423. Grayscale: #A4A4A4. Windows color (decimal): -6120484 or 14457762. OLE color: 14457762.
HSL color Cylindrical-coordinate representation of color #A29BDC: hue angle of 246.46º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A29BDC is Cyan = 0.26, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 155 | 220 | - |
| CMYK | 0.26 | 0.30 | 0 | 0.14 |
| HSL | 246.46º | 0.48% | 0.74% | - |
| HSV(B) | 246.46º | 0.3% | 0.86% | - |
| XYZ | 39.54 | 36.29 | 72.63 | - |
| YUV | 164.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 155 | 220 | 0.26 | 0.30 | 0 | 0.14 | 246.46 | 0.48 | 0.74 |
| Hex | A2 | 9B | DC | 1A | 1E | 0 | E | F6 | 30 | 4A |
| Octal | 242 | 233 | 334 | 32 | 36 | 0 | 16 | 366 | 60 | 112 |
| Binary | 10100010 | 10011011 | 11011100 | 11010 | 11110 | 0 | 1110 | 11110110 | 110000 | 1001010 |
Color Harmonies of #A29BDC
Complementary color
Monochromatic Colors of #A29BDC
Black with #A29BDC
Text Example
Text Example
White with #A29BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29BDC; }
p { color: rgb(162,155,220); }
H1.HeaderClassName
{
color: #A29BDC;
}
.AnyTagClassName
{
color: #A29BDC;
}
</style>
background-color css
<style>
a { background-color: #A29BDC; }
a { background-color: rgb(162,155,220); }
div.DivClassName
{
background-color: #A29BDC;
}
.BgClassName
{
background-color: #A29BDC;
}
</style>
border-color css
<style>
span { border-color: #A29BDC; }
span { border-color: rgb(162,155,220); }
td.TdClassName
{
border-color: #A29BDC;
}
.TagClassName
{
border-color: #A29BDC;
}
</style>