Shades of Wistful #A49ADC
Tints of Wistful #A49ADC
RGB
CMYK
RGB Variations
Color information
#A49ADC (or 0xA49ADC) is known color: Wistful. HEX triplet: A4, 9A and DC. RGB value is (164,154,220). Sum of RGB (Red+Green+Blue) = 164+154+220=538 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.48% from 538); Green value is 154 (60.55% from 255 or 28.62% from 538); Blue value is 220 (86.33% from 255 or 40.89% from 538); Max value from RGB is 220 - color contains mainly: blue. Hex color #A49ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A49ADC is #5B6523. Grayscale: #A4A4A4. Windows color (decimal): -5989668 or 14457508. OLE color: 14457508.
HSL color Cylindrical-coordinate representation of color #A49ADC: hue angle of 249.09º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A49ADC is Cyan = 0.25, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 164 | 154 | 220 | - |
| CMYK | 0.25 | 0.3 | 0 | 0.14 |
| HSL | 249.09º | 0.49% | 0.73% | - |
| HSV(B) | 249.09º | 0.3% | 0.86% | - |
| XYZ | 39.78 | 36.17 | 72.6 | - |
| YUV | 164.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 220 | 0.25 | 0.3 | 0 | 0.14 | 249.09 | 0.49 | 0.73 |
| Hex | A4 | 9A | DC | 19 | 1E | 0 | E | F9 | 31 | 49 |
| Octal | 244 | 232 | 334 | 31 | 36 | 0 | 16 | 371 | 61 | 111 |
| Binary | 10100100 | 10011010 | 11011100 | 11001 | 11110 | 0 | 1110 | 11111001 | 110001 | 1001001 |
Color Harmonies of #A49ADC
Complementary color
Monochromatic Colors of #A49ADC
Black with #A49ADC
Text Example
Text Example
White with #A49ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49ADC; }
p { color: rgb(164,154,220); }
H1.HeaderClassName
{
color: #A49ADC;
}
.AnyTagClassName
{
color: #A49ADC;
}
</style>
background-color css
<style>
a { background-color: #A49ADC; }
a { background-color: rgb(164,154,220); }
div.DivClassName
{
background-color: #A49ADC;
}
.BgClassName
{
background-color: #A49ADC;
}
</style>
border-color css
<style>
span { border-color: #A49ADC; }
span { border-color: rgb(164,154,220); }
td.TdClassName
{
border-color: #A49ADC;
}
.TagClassName
{
border-color: #A49ADC;
}
</style>