Shades of Wistful #A193D5
Tints of Wistful #A193D5
RGB
CMYK
RGB Variations
Color information
#A193D5 (or 0xA193D5) is known color: Wistful. HEX triplet: A1, 93 and D5. RGB value is (161,147,213). Sum of RGB (Red+Green+Blue) = 161+147+213=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 147 (57.81% from 255 or 28.21% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 213 - color contains mainly: blue. Hex color #A193D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193D5 is #5E6C2A. Grayscale: #9E9E9E. Windows color (decimal): -6188075 or 13996961. OLE color: 13996961.
HSL color Cylindrical-coordinate representation of color #A193D5: hue angle of 252.73º degrees, saturation: 0.44, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A193D5 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 161 | 147 | 213 | - |
| CMYK | 0.24 | 0.31 | 0 | 0.16 |
| HSL | 252.73º | 0.44% | 0.71% | - |
| HSV(B) | 252.73º | 0.31% | 0.84% | - |
| XYZ | 37.14 | 33.25 | 67.41 | - |
| YUV | 158.71 | 158.64 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 213 | 0.24 | 0.31 | 0 | 0.16 | 252.73 | 0.44 | 0.71 |
| Hex | A1 | 93 | D5 | 18 | 1F | 0 | 10 | FD | 2C | 47 |
| Octal | 241 | 223 | 325 | 30 | 37 | 0 | 20 | 375 | 54 | 107 |
| Binary | 10100001 | 10010011 | 11010101 | 11000 | 11111 | 0 | 10000 | 11111101 | 101100 | 1000111 |
Color Harmonies of #A193D5
Complementary color
Monochromatic Colors of #A193D5
Black with #A193D5
Text Example
Text Example
White with #A193D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A193D5; }
p { color: rgb(161,147,213); }
H1.HeaderClassName
{
color: #A193D5;
}
.AnyTagClassName
{
color: #A193D5;
}
</style>
background-color css
<style>
a { background-color: #A193D5; }
a { background-color: rgb(161,147,213); }
div.DivClassName
{
background-color: #A193D5;
}
.BgClassName
{
background-color: #A193D5;
}
</style>
border-color css
<style>
span { border-color: #A193D5; }
span { border-color: rgb(161,147,213); }
td.TdClassName
{
border-color: #A193D5;
}
.TagClassName
{
border-color: #A193D5;
}
</style>