Shades of Wistful #A194DB
Tints of Wistful #A194DB
RGB
CMYK
RGB Variations
Color information
#A194DB (or 0xA194DB) is known color: Wistful. HEX triplet: A1, 94 and DB. RGB value is (161,148,219). Sum of RGB (Red+Green+Blue) = 161+148+219=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 148 (58.20% from 255 or 28.03% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #A194DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A194DB is #5E6B24. Grayscale: #9F9F9F. Windows color (decimal): -6187813 or 14390433. OLE color: 14390433.
HSL color Cylindrical-coordinate representation of color #A194DB: hue angle of 250.99º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A194DB is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 161 | 148 | 219 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.14 |
| HSL | 250.99º | 0.5% | 0.72% | - |
| HSV(B) | 250.99º | 0.32% | 0.86% | - |
| XYZ | 38.07 | 33.87 | 71.55 | - |
| YUV | 159.98 | 161.31 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 148 | 219 | 0.26 | 0.32 | 0 | 0.14 | 250.99 | 0.5 | 0.72 |
| Hex | A1 | 94 | DB | 1A | 20 | 0 | E | FB | 32 | 48 |
| Octal | 241 | 224 | 333 | 32 | 40 | 0 | 16 | 373 | 62 | 110 |
| Binary | 10100001 | 10010100 | 11011011 | 11010 | 100000 | 0 | 1110 | 11111011 | 110010 | 1001000 |
Color Harmonies of #A194DB
Complementary color
Monochromatic Colors of #A194DB
Black with #A194DB
Text Example
Text Example
White with #A194DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A194DB; }
p { color: rgb(161,148,219); }
H1.HeaderClassName
{
color: #A194DB;
}
.AnyTagClassName
{
color: #A194DB;
}
</style>
background-color css
<style>
a { background-color: #A194DB; }
a { background-color: rgb(161,148,219); }
div.DivClassName
{
background-color: #A194DB;
}
.BgClassName
{
background-color: #A194DB;
}
</style>
border-color css
<style>
span { border-color: #A194DB; }
span { border-color: rgb(161,148,219); }
td.TdClassName
{
border-color: #A194DB;
}
.TagClassName
{
border-color: #A194DB;
}
</style>