Shades of Medium Red Violet #A33C7C
Tints of Medium Red Violet #A33C7C
RGB
CMYK
RGB Variations
Color information
#A33C7C (or 0xA33C7C) is known color: Medium Red Violet. HEX triplet: A3, 3C and 7C. RGB value is (163,60,124). Sum of RGB (Red+Green+Blue) = 163+60+124=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 60 (23.83% from 255 or 17.29% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33C7C is #5CC383. Grayscale: #616161. Windows color (decimal): -6079364 or 8141987. OLE color: 8141987.
HSL color Cylindrical-coordinate representation of color #A33C7C: hue angle of 322.72º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33C7C is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 60 | 124 | - |
| CMYK | 0 | 0.63 | 0.24 | 0.36 |
| HSL | 322.72º | 0.46% | 0.44% | - |
| HSV(B) | 322.72º | 0.63% | 0.64% | - |
| XYZ | 20.36 | 12.47 | 20.4 | - |
| YUV | 98.09 | 142.62 | 174.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 124 | 0 | 0.63 | 0.24 | 0.36 | 322.72 | 0.46 | 0.44 |
| Hex | A3 | 3C | 7C | 0 | 3F | 18 | 24 | 143 | 2E | 2C |
| Octal | 243 | 74 | 174 | 0 | 77 | 30 | 44 | 503 | 56 | 54 |
| Binary | 10100011 | 111100 | 1111100 | 0 | 111111 | 11000 | 100100 | 101000011 | 101110 | 101100 |
Color Harmonies of #A33C7C
Complementary color
Monochromatic Colors of #A33C7C
Black with #A33C7C
Text Example
Text Example
White with #A33C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33C7C; }
p { color: rgb(163,60,124); }
H1.HeaderClassName
{
color: #A33C7C;
}
.AnyTagClassName
{
color: #A33C7C;
}
</style>
background-color css
<style>
a { background-color: #A33C7C; }
a { background-color: rgb(163,60,124); }
div.DivClassName
{
background-color: #A33C7C;
}
.BgClassName
{
background-color: #A33C7C;
}
</style>
border-color css
<style>
span { border-color: #A33C7C; }
span { border-color: rgb(163,60,124); }
td.TdClassName
{
border-color: #A33C7C;
}
.TagClassName
{
border-color: #A33C7C;
}
</style>