Shades of Medium Red Violet #A33593
Tints of Medium Red Violet #A33593
RGB
CMYK
RGB Variations
Color information
#A33593 (or 0xA33593) is known color: Medium Red Violet. HEX triplet: A3, 35 and 93. RGB value is (163,53,147). Sum of RGB (Red+Green+Blue) = 163+53+147=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A33593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33593 is #5CCA6C. Grayscale: #606060. Windows color (decimal): -6081133 or 9647523. OLE color: 9647523.
HSL color Cylindrical-coordinate representation of color #A33593: hue angle of 308.73º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33593 is Cyan = 0, Magento = 0.67, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 53 | 147 | - |
| CMYK | 0 | 0.67 | 0.10 | 0.36 |
| HSL | 308.73º | 0.51% | 0.42% | - |
| HSV(B) | 308.73º | 0.67% | 0.64% | - |
| XYZ | 21.64 | 12.44 | 28.86 | - |
| YUV | 96.61 | 156.44 | 175.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 147 | 0 | 0.67 | 0.10 | 0.36 | 308.73 | 0.51 | 0.42 |
| Hex | A3 | 35 | 93 | 0 | 43 | A | 24 | 135 | 33 | 2A |
| Octal | 243 | 65 | 223 | 0 | 103 | 12 | 44 | 465 | 63 | 52 |
| Binary | 10100011 | 110101 | 10010011 | 0 | 1000011 | 1010 | 100100 | 100110101 | 110011 | 101010 |
Color Harmonies of #A33593
Complementary color
Monochromatic Colors of #A33593
Black with #A33593
Text Example
Text Example
White with #A33593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33593; }
p { color: rgb(163,53,147); }
H1.HeaderClassName
{
color: #A33593;
}
.AnyTagClassName
{
color: #A33593;
}
</style>
background-color css
<style>
a { background-color: #A33593; }
a { background-color: rgb(163,53,147); }
div.DivClassName
{
background-color: #A33593;
}
.BgClassName
{
background-color: #A33593;
}
</style>
border-color css
<style>
span { border-color: #A33593; }
span { border-color: rgb(163,53,147); }
td.TdClassName
{
border-color: #A33593;
}
.TagClassName
{
border-color: #A33593;
}
</style>