Shades of Wistful #A49FD2
Tints of Wistful #A49FD2
RGB
CMYK
RGB Variations
Color information
#A49FD2 (or 0xA49FD2) is known color: Wistful. HEX triplet: A4, 9F and D2. RGB value is (164,159,210). Sum of RGB (Red+Green+Blue) = 164+159+210=533 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.77% from 533); Green value is 159 (62.5% from 255 or 29.83% from 533); Blue value is 210 (82.42% from 255 or 39.40% from 533); Max value from RGB is 210 - color contains mainly: blue. Hex color #A49FD2 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49FD2 is #5B602D. Grayscale: #A6A6A6. Windows color (decimal): -5988398 or 13803428. OLE color: 13803428.
HSL color Cylindrical-coordinate representation of color #A49FD2: hue angle of 245.88º degrees, saturation: 0.36, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A49FD2 is Cyan = 0.22, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
RGB | 164 | 159 | 210 | - |
CMYK | 0.22 | 0.24 | 0 | 0.18 |
HSL | 245.88º | 0.36% | 0.72% | - |
HSV(B) | 245.88º | 0.24% | 0.82% | - |
XYZ | 39.34 | 37.34 | 66.11 | - |
YUV | 166.31 | 152.66 | 126.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 164 | 159 | 210 | 0.22 | 0.24 | 0 | 0.18 | 245.88 | 0.36 | 0.72 |
Hex | A4 | 9F | D2 | 16 | 18 | 0 | 12 | F6 | 24 | 48 |
Octal | 244 | 237 | 322 | 26 | 30 | 0 | 22 | 366 | 44 | 110 |
Binary | 10100100 | 10011111 | 11010010 | 10110 | 11000 | 0 | 10010 | 11110110 | 100100 | 1001000 |
Color Harmonies of #A49FD2
Complementary color
Monochromatic Colors of #A49FD2
Black with #A49FD2
Text Example
Text Example
White with #A49FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49FD2; }
p { color: rgb(164,159,210); }
H1.HeaderClassName
{
color: #A49FD2;
}
.AnyTagClassName
{
color: #A49FD2;
}
</style>
background-color css
<style>
a { background-color: #A49FD2; }
a { background-color: rgb(164,159,210); }
div.DivClassName
{
background-color: #A49FD2;
}
.BgClassName
{
background-color: #A49FD2;
}
</style>
border-color css
<style>
span { border-color: #A49FD2; }
span { border-color: rgb(164,159,210); }
td.TdClassName
{
border-color: #A49FD2;
}
.TagClassName
{
border-color: #A49FD2;
}
</style>