Shades of Wistful #A19ACD
Tints of Wistful #A19ACD
RGB
CMYK
RGB Variations
Color information
#A19ACD (or 0xA19ACD) is known color: Wistful. HEX triplet: A1, 9A and CD. RGB value is (161,154,205). Sum of RGB (Red+Green+Blue) = 161+154+205=520 (68% of max value = 765). Red value is 161 (63.28% from 255 or 30.96% from 520); Green value is 154 (60.55% from 255 or 29.62% from 520); Blue value is 205 (80.47% from 255 or 39.42% from 520); Max value from RGB is 205 - color contains mainly: blue. Hex color #A19ACD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A19ACD is #5E6532. Grayscale: #A1A1A1. Windows color (decimal): -6186291 or 13474465. OLE color: 13474465.
HSL color Cylindrical-coordinate representation of color #A19ACD: hue angle of 248.24º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A19ACD is Cyan = 0.21, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 154 | 205 | - |
| CMYK | 0.21 | 0.25 | 0 | 0.20 |
| HSL | 248.24º | 0.34% | 0.7% | - |
| HSV(B) | 248.24º | 0.25% | 0.8% | - |
| XYZ | 37.27 | 35.1 | 62.57 | - |
| YUV | 161.91 | 152.32 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 205 | 0.21 | 0.25 | 0 | 0.20 | 248.24 | 0.34 | 0.7 |
| Hex | A1 | 9A | CD | 15 | 19 | 0 | 14 | F8 | 22 | 46 |
| Octal | 241 | 232 | 315 | 25 | 31 | 0 | 24 | 370 | 42 | 106 |
| Binary | 10100001 | 10011010 | 11001101 | 10101 | 11001 | 0 | 10100 | 11111000 | 100010 | 1000110 |
Color Harmonies of #A19ACD
Complementary color
Monochromatic Colors of #A19ACD
Black with #A19ACD
Text Example
Text Example
White with #A19ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19ACD; }
p { color: rgb(161,154,205); }
H1.HeaderClassName
{
color: #A19ACD;
}
.AnyTagClassName
{
color: #A19ACD;
}
</style>
background-color css
<style>
a { background-color: #A19ACD; }
a { background-color: rgb(161,154,205); }
div.DivClassName
{
background-color: #A19ACD;
}
.BgClassName
{
background-color: #A19ACD;
}
</style>
border-color css
<style>
span { border-color: #A19ACD; }
span { border-color: rgb(161,154,205); }
td.TdClassName
{
border-color: #A19ACD;
}
.TagClassName
{
border-color: #A19ACD;
}
</style>