Shades of Wistful #A29FDC
Tints of Wistful #A29FDC
RGB
CMYK
RGB Variations
Color information
#A29FDC (or 0xA29FDC) is known color: Wistful. HEX triplet: A2, 9F and DC. RGB value is (162,159,220). Sum of RGB (Red+Green+Blue) = 162+159+220=541 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.94% from 541); Green value is 159 (62.5% from 255 or 29.39% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 220 - color contains mainly: blue. Hex color #A29FDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FDC is #5D6023. Grayscale: #A6A6A6. Windows color (decimal): -6119460 or 14458786. OLE color: 14458786.
HSL color Cylindrical-coordinate representation of color #A29FDC: hue angle of 242.95º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A29FDC is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 162 | 159 | 220 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.14 |
| HSL | 242.95º | 0.47% | 0.74% | - |
| HSV(B) | 242.95º | 0.28% | 0.86% | - |
| XYZ | 40.22 | 37.64 | 72.86 | - |
| YUV | 166.85 | 157.99 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 220 | 0.26 | 0.28 | 0 | 0.14 | 242.95 | 0.47 | 0.74 |
| Hex | A2 | 9F | DC | 1A | 1C | 0 | E | F3 | 2F | 4A |
| Octal | 242 | 237 | 334 | 32 | 34 | 0 | 16 | 363 | 57 | 112 |
| Binary | 10100010 | 10011111 | 11011100 | 11010 | 11100 | 0 | 1110 | 11110011 | 101111 | 1001010 |
Color Harmonies of #A29FDC
Complementary color
Monochromatic Colors of #A29FDC
Black with #A29FDC
Text Example
Text Example
White with #A29FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FDC; }
p { color: rgb(162,159,220); }
H1.HeaderClassName
{
color: #A29FDC;
}
.AnyTagClassName
{
color: #A29FDC;
}
</style>
background-color css
<style>
a { background-color: #A29FDC; }
a { background-color: rgb(162,159,220); }
div.DivClassName
{
background-color: #A29FDC;
}
.BgClassName
{
background-color: #A29FDC;
}
</style>
border-color css
<style>
span { border-color: #A29FDC; }
span { border-color: rgb(162,159,220); }
td.TdClassName
{
border-color: #A29FDC;
}
.TagClassName
{
border-color: #A29FDC;
}
</style>