Shades of Wistful #A19ADC
Tints of Wistful #A19ADC
RGB
CMYK
RGB Variations
Color information
#A19ADC (or 0xA19ADC) is known color: Wistful. HEX triplet: A1, 9A and DC. RGB value is (161,154,220). Sum of RGB (Red+Green+Blue) = 161+154+220=535 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.09% from 535); Green value is 154 (60.55% from 255 or 28.79% from 535); Blue value is 220 (86.33% from 255 or 41.12% from 535); Max value from RGB is 220 - color contains mainly: blue. Hex color #A19ADC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ADC is #5E6523. Grayscale: #A3A3A3. Windows color (decimal): -6186276 or 14457505. OLE color: 14457505.
HSL color Cylindrical-coordinate representation of color #A19ADC: hue angle of 246.36º 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 #A19ADC is Cyan = 0.27, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 154 | 220 | - |
| CMYK | 0.27 | 0.3 | 0 | 0.14 |
| HSL | 246.36º | 0.49% | 0.73% | - |
| HSV(B) | 246.36º | 0.3% | 0.86% | - |
| XYZ | 39.17 | 35.86 | 72.57 | - |
| YUV | 163.62 | 159.82 | 126.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 220 | 0.27 | 0.3 | 0 | 0.14 | 246.36 | 0.49 | 0.73 |
| Hex | A1 | 9A | DC | 1B | 1E | 0 | E | F6 | 31 | 49 |
| Octal | 241 | 232 | 334 | 33 | 36 | 0 | 16 | 366 | 61 | 111 |
| Binary | 10100001 | 10011010 | 11011100 | 11011 | 11110 | 0 | 1110 | 11110110 | 110001 | 1001001 |
Color Harmonies of #A19ADC
Complementary color
Monochromatic Colors of #A19ADC
Black with #A19ADC
Text Example
Text Example
White with #A19ADC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19ADC; }
p { color: rgb(161,154,220); }
H1.HeaderClassName
{
color: #A19ADC;
}
.AnyTagClassName
{
color: #A19ADC;
}
</style>
background-color css
<style>
a { background-color: #A19ADC; }
a { background-color: rgb(161,154,220); }
div.DivClassName
{
background-color: #A19ADC;
}
.BgClassName
{
background-color: #A19ADC;
}
</style>
border-color css
<style>
span { border-color: #A19ADC; }
span { border-color: rgb(161,154,220); }
td.TdClassName
{
border-color: #A19ADC;
}
.TagClassName
{
border-color: #A19ADC;
}
</style>