Shades of Wistful #A195DA
Tints of Wistful #A195DA
RGB
CMYK
RGB Variations
Color information
#A195DA (or 0xA195DA) is known color: Wistful. HEX triplet: A1, 95 and DA. RGB value is (161,149,218). Sum of RGB (Red+Green+Blue) = 161+149+218=528 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.49% from 528); Green value is 149 (58.59% from 255 or 28.22% from 528); Blue value is 218 (85.55% from 255 or 41.29% from 528); Max value from RGB is 218 - color contains mainly: blue. Hex color #A195DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A195DA is #5E6A25. Grayscale: #A0A0A0. Windows color (decimal): -6187558 or 14325153. OLE color: 14325153.
HSL color Cylindrical-coordinate representation of color #A195DA: hue angle of 250.43º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A195DA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 161 | 149 | 218 | - |
| CMYK | 0.26 | 0.32 | 0 | 0.15 |
| HSL | 250.43º | 0.48% | 0.72% | - |
| HSV(B) | 250.43º | 0.32% | 0.85% | - |
| XYZ | 38.1 | 34.13 | 70.91 | - |
| YUV | 160.45 | 160.48 | 128.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 149 | 218 | 0.26 | 0.32 | 0 | 0.15 | 250.43 | 0.48 | 0.72 |
| Hex | A1 | 95 | DA | 1A | 20 | 0 | F | FA | 30 | 48 |
| Octal | 241 | 225 | 332 | 32 | 40 | 0 | 17 | 372 | 60 | 110 |
| Binary | 10100001 | 10010101 | 11011010 | 11010 | 100000 | 0 | 1111 | 11111010 | 110000 | 1001000 |
Color Harmonies of #A195DA
Complementary color
Monochromatic Colors of #A195DA
Black with #A195DA
Text Example
Text Example
White with #A195DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A195DA; }
p { color: rgb(161,149,218); }
H1.HeaderClassName
{
color: #A195DA;
}
.AnyTagClassName
{
color: #A195DA;
}
</style>
background-color css
<style>
a { background-color: #A195DA; }
a { background-color: rgb(161,149,218); }
div.DivClassName
{
background-color: #A195DA;
}
.BgClassName
{
background-color: #A195DA;
}
</style>
border-color css
<style>
span { border-color: #A195DA; }
span { border-color: rgb(161,149,218); }
td.TdClassName
{
border-color: #A195DA;
}
.TagClassName
{
border-color: #A195DA;
}
</style>