Shades of Wistful #A193CB
Tints of Wistful #A193CB
RGB
CMYK
RGB Variations
Color information
#A193CB (or 0xA193CB) is known color: Wistful. HEX triplet: A1, 93 and CB. RGB value is (161,147,203). Sum of RGB (Red+Green+Blue) = 161+147+203=511 (67% of max value = 765). Red value is 161 (63.28% from 255 or 31.51% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 203 (79.69% from 255 or 39.73% from 511); Max value from RGB is 203 - color contains mainly: blue. Hex color #A193CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A193CB is #5E6C34. Grayscale: #9D9D9D. Windows color (decimal): -6188085 or 13341601. OLE color: 13341601.
HSL color Cylindrical-coordinate representation of color #A193CB: hue angle of 255º degrees, saturation: 0.35, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A193CB is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 161 | 147 | 203 | - |
| CMYK | 0.21 | 0.28 | 0 | 0.20 |
| HSL | 255º | 0.35% | 0.69% | - |
| HSV(B) | 255º | 0.28% | 0.8% | - |
| XYZ | 35.91 | 32.76 | 60.93 | - |
| YUV | 157.57 | 153.64 | 130.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 203 | 0.21 | 0.28 | 0 | 0.20 | 255 | 0.35 | 0.69 |
| Hex | A1 | 93 | CB | 15 | 1C | 0 | 14 | FF | 23 | 45 |
| Octal | 241 | 223 | 313 | 25 | 34 | 0 | 24 | 377 | 43 | 105 |
| Binary | 10100001 | 10010011 | 11001011 | 10101 | 11100 | 0 | 10100 | 11111111 | 100011 | 1000101 |
Color Harmonies of #A193CB
Complementary color
Monochromatic Colors of #A193CB
Black with #A193CB
Text Example
Text Example
White with #A193CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A193CB; }
p { color: rgb(161,147,203); }
H1.HeaderClassName
{
color: #A193CB;
}
.AnyTagClassName
{
color: #A193CB;
}
</style>
background-color css
<style>
a { background-color: #A193CB; }
a { background-color: rgb(161,147,203); }
div.DivClassName
{
background-color: #A193CB;
}
.BgClassName
{
background-color: #A193CB;
}
</style>
border-color css
<style>
span { border-color: #A193CB; }
span { border-color: rgb(161,147,203); }
td.TdClassName
{
border-color: #A193CB;
}
.TagClassName
{
border-color: #A193CB;
}
</style>