Shades of Wistful #A19ADA
Tints of Wistful #A19ADA
RGB
CMYK
RGB Variations
Color information
#A19ADA (or 0xA19ADA) is known color: Wistful. HEX triplet: A1, 9A and DA. RGB value is (161,154,218). Sum of RGB (Red+Green+Blue) = 161+154+218=533 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.21% from 533); Green value is 154 (60.55% from 255 or 28.89% from 533); Blue value is 218 (85.55% from 255 or 40.90% from 533); Max value from RGB is 218 - color contains mainly: blue. Hex color #A19ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ADA is #5E6525. Grayscale: #A3A3A3. Windows color (decimal): -6186278 or 14326433. OLE color: 14326433.
HSL color Cylindrical-coordinate representation of color #A19ADA: hue angle of 246.56º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A19ADA is Cyan = 0.26, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 154 | 218 | - |
| CMYK | 0.26 | 0.29 | 0 | 0.15 |
| HSL | 246.56º | 0.46% | 0.73% | - |
| HSV(B) | 246.56º | 0.29% | 0.85% | - |
| XYZ | 38.91 | 35.75 | 71.18 | - |
| YUV | 163.39 | 158.82 | 126.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 218 | 0.26 | 0.29 | 0 | 0.15 | 246.56 | 0.46 | 0.73 |
| Hex | A1 | 9A | DA | 1A | 1D | 0 | F | F7 | 2E | 49 |
| Octal | 241 | 232 | 332 | 32 | 35 | 0 | 17 | 367 | 56 | 111 |
| Binary | 10100001 | 10011010 | 11011010 | 11010 | 11101 | 0 | 1111 | 11110111 | 101110 | 1001001 |
Color Harmonies of #A19ADA
Complementary color
Monochromatic Colors of #A19ADA
Black with #A19ADA
Text Example
Text Example
White with #A19ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19ADA; }
p { color: rgb(161,154,218); }
H1.HeaderClassName
{
color: #A19ADA;
}
.AnyTagClassName
{
color: #A19ADA;
}
</style>
background-color css
<style>
a { background-color: #A19ADA; }
a { background-color: rgb(161,154,218); }
div.DivClassName
{
background-color: #A19ADA;
}
.BgClassName
{
background-color: #A19ADA;
}
</style>
border-color css
<style>
span { border-color: #A19ADA; }
span { border-color: rgb(161,154,218); }
td.TdClassName
{
border-color: #A19ADA;
}
.TagClassName
{
border-color: #A19ADA;
}
</style>