Shades of Wistful #A29FDF
Tints of Wistful #A29FDF
RGB
CMYK
RGB Variations
Color information
#A29FDF (or 0xA29FDF) is known color: Wistful. HEX triplet: A2, 9F and DF. RGB value is (162,159,223). Sum of RGB (Red+Green+Blue) = 162+159+223=544 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.78% from 544); Green value is 159 (62.5% from 255 or 29.23% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #A29FDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A29FDF is #5D6020. Grayscale: #A6A6A6. Windows color (decimal): -6119457 or 14655394. OLE color: 14655394.
HSL color Cylindrical-coordinate representation of color #A29FDF: hue angle of 242.81º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A29FDF is Cyan = 0.27, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 159 | 223 | - |
| CMYK | 0.27 | 0.29 | 0 | 0.13 |
| HSL | 242.81º | 0.5% | 0.75% | - |
| HSV(B) | 242.81º | 0.29% | 0.87% | - |
| XYZ | 40.62 | 37.81 | 74.97 | - |
| YUV | 167.19 | 159.49 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 159 | 223 | 0.27 | 0.29 | 0 | 0.13 | 242.81 | 0.5 | 0.75 |
| Hex | A2 | 9F | DF | 1B | 1D | 0 | D | F3 | 32 | 4B |
| Octal | 242 | 237 | 337 | 33 | 35 | 0 | 15 | 363 | 62 | 113 |
| Binary | 10100010 | 10011111 | 11011111 | 11011 | 11101 | 0 | 1101 | 11110011 | 110010 | 1001011 |
Color Harmonies of #A29FDF
Complementary color
Monochromatic Colors of #A29FDF
Black with #A29FDF
Text Example
Text Example
White with #A29FDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29FDF; }
p { color: rgb(162,159,223); }
H1.HeaderClassName
{
color: #A29FDF;
}
.AnyTagClassName
{
color: #A29FDF;
}
</style>
background-color css
<style>
a { background-color: #A29FDF; }
a { background-color: rgb(162,159,223); }
div.DivClassName
{
background-color: #A29FDF;
}
.BgClassName
{
background-color: #A29FDF;
}
</style>
border-color css
<style>
span { border-color: #A29FDF; }
span { border-color: rgb(162,159,223); }
td.TdClassName
{
border-color: #A29FDF;
}
.TagClassName
{
border-color: #A29FDF;
}
</style>