Shades of Wistful #A29BDB
Tints of Wistful #A29BDB
RGB
CMYK
RGB Variations
Color information
#A29BDB (or 0xA29BDB) is known color: Wistful. HEX triplet: A2, 9B and DB. RGB value is (162,155,219). Sum of RGB (Red+Green+Blue) = 162+155+219=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 219 (85.94% from 255 or 40.86% from 536); Max value from RGB is 219 - color contains mainly: blue. Hex color #A29BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29BDB is #5D6424. Grayscale: #A4A4A4. Windows color (decimal): -6120485 or 14392226. OLE color: 14392226.
HSL color Cylindrical-coordinate representation of color #A29BDB: hue angle of 246.56º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A29BDB is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 162 | 155 | 219 | - |
CMYK | 0.26 | 0.29 | 0 | 0.14 |
HSL | 246.56º | 0.47% | 0.73% | - |
HSV(B) | 246.56º | 0.29% | 0.86% | - |
XYZ | 39.41 | 36.24 | 71.94 | - |
YUV | 164.39 | 158.82 | 126.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 162 | 155 | 219 | 0.26 | 0.29 | 0 | 0.14 | 246.56 | 0.47 | 0.73 |
Hex | A2 | 9B | DB | 1A | 1D | 0 | E | F7 | 2F | 49 |
Octal | 242 | 233 | 333 | 32 | 35 | 0 | 16 | 367 | 57 | 111 |
Binary | 10100010 | 10011011 | 11011011 | 11010 | 11101 | 0 | 1110 | 11110111 | 101111 | 1001001 |
Color Harmonies of #A29BDB
Complementary color
Monochromatic Colors of #A29BDB
Black with #A29BDB
Text Example
Text Example
White with #A29BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29BDB; }
p { color: rgb(162,155,219); }
H1.HeaderClassName
{
color: #A29BDB;
}
.AnyTagClassName
{
color: #A29BDB;
}
</style>
background-color css
<style>
a { background-color: #A29BDB; }
a { background-color: rgb(162,155,219); }
div.DivClassName
{
background-color: #A29BDB;
}
.BgClassName
{
background-color: #A29BDB;
}
</style>
border-color css
<style>
span { border-color: #A29BDB; }
span { border-color: rgb(162,155,219); }
td.TdClassName
{
border-color: #A29BDB;
}
.TagClassName
{
border-color: #A29BDB;
}
</style>