Shades of Wistful #A49DDC
Tints of Wistful #A49DDC
RGB
CMYK
RGB Variations
Color information
#A49DDC (or 0xA49DDC) is known color: Wistful. HEX triplet: A4, 9D and DC. RGB value is (164,157,220). Sum of RGB (Red+Green+Blue) = 164+157+220=541 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.31% from 541); Green value is 157 (61.72% from 255 or 29.02% 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 #A49DDC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49DDC is #5B6223. Grayscale: #A6A6A6. Windows color (decimal): -5988900 or 14458276. OLE color: 14458276.
HSL color Cylindrical-coordinate representation of color #A49DDC: hue angle of 246.67º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A49DDC is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 157 | 220 | - |
| CMYK | 0.25 | 0.29 | 0 | 0.14 |
| HSL | 246.67º | 0.47% | 0.74% | - |
| HSV(B) | 246.67º | 0.29% | 0.86% | - |
| XYZ | 40.29 | 37.17 | 72.76 | - |
| YUV | 166.28 | 158.32 | 126.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 157 | 220 | 0.25 | 0.29 | 0 | 0.14 | 246.67 | 0.47 | 0.74 |
| Hex | A4 | 9D | DC | 19 | 1D | 0 | E | F7 | 2F | 4A |
| Octal | 244 | 235 | 334 | 31 | 35 | 0 | 16 | 367 | 57 | 112 |
| Binary | 10100100 | 10011101 | 11011100 | 11001 | 11101 | 0 | 1110 | 11110111 | 101111 | 1001010 |
Color Harmonies of #A49DDC
Complementary color
Monochromatic Colors of #A49DDC
Black with #A49DDC
Text Example
Text Example
White with #A49DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49DDC; }
p { color: rgb(164,157,220); }
H1.HeaderClassName
{
color: #A49DDC;
}
.AnyTagClassName
{
color: #A49DDC;
}
</style>
background-color css
<style>
a { background-color: #A49DDC; }
a { background-color: rgb(164,157,220); }
div.DivClassName
{
background-color: #A49DDC;
}
.BgClassName
{
background-color: #A49DDC;
}
</style>
border-color css
<style>
span { border-color: #A49DDC; }
span { border-color: rgb(164,157,220); }
td.TdClassName
{
border-color: #A49DDC;
}
.TagClassName
{
border-color: #A49DDC;
}
</style>