Shades of Medium Red Violet #A33293
Tints of Medium Red Violet #A33293
RGB
CMYK
RGB Variations
Color information
#A33293 (or 0xA33293) is known color: Medium Red Violet. HEX triplet: A3, 32 and 93. RGB value is (163,50,147). Sum of RGB (Red+Green+Blue) = 163+50+147=360 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.28% from 360); Green value is 50 (19.92% from 255 or 13.89% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 163 - color contains mainly: red. Hex color #A33293 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33293 is #5CCD6C. Grayscale: #5E5E5E. Windows color (decimal): -6081901 or 9646755. OLE color: 9646755.
HSL color Cylindrical-coordinate representation of color #A33293: hue angle of 308.5º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33293 is Cyan = 0, Magento = 0.69, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 147 | - |
| CMYK | 0 | 0.69 | 0.10 | 0.36 |
| HSL | 308.5º | 0.53% | 0.42% | - |
| HSV(B) | 308.5º | 0.69% | 0.64% | - |
| XYZ | 21.51 | 12.17 | 28.82 | - |
| YUV | 94.85 | 157.44 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 147 | 0 | 0.69 | 0.10 | 0.36 | 308.5 | 0.53 | 0.42 |
| Hex | A3 | 32 | 93 | 0 | 45 | A | 24 | 134 | 35 | 2A |
| Octal | 243 | 62 | 223 | 0 | 105 | 12 | 44 | 464 | 65 | 52 |
| Binary | 10100011 | 110010 | 10010011 | 0 | 1000101 | 1010 | 100100 | 100110100 | 110101 | 101010 |
Color Harmonies of #A33293
Complementary color
Monochromatic Colors of #A33293
Black with #A33293
Text Example
Text Example
White with #A33293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33293; }
p { color: rgb(163,50,147); }
H1.HeaderClassName
{
color: #A33293;
}
.AnyTagClassName
{
color: #A33293;
}
</style>
background-color css
<style>
a { background-color: #A33293; }
a { background-color: rgb(163,50,147); }
div.DivClassName
{
background-color: #A33293;
}
.BgClassName
{
background-color: #A33293;
}
</style>
border-color css
<style>
span { border-color: #A33293; }
span { border-color: rgb(163,50,147); }
td.TdClassName
{
border-color: #A33293;
}
.TagClassName
{
border-color: #A33293;
}
</style>