Shades of Medium Red Violet #A33C91
Tints of Medium Red Violet #A33C91
RGB
CMYK
RGB Variations
Color information
#A33C91 (or 0xA33C91) is known color: Medium Red Violet. HEX triplet: A3, 3C and 91. RGB value is (163,60,145). Sum of RGB (Red+Green+Blue) = 163+60+145=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 60 (23.83% from 255 or 16.30% from 368); Blue value is 145 (57.03% from 255 or 39.40% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33C91 is #5CC36E. Grayscale: #646464. Windows color (decimal): -6079343 or 9518243. OLE color: 9518243.
HSL color Cylindrical-coordinate representation of color #A33C91: hue angle of 310.49º 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 #A33C91 is Cyan = 0, Magento = 0.63, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 60 | 145 | - |
| CMYK | 0 | 0.63 | 0.11 | 0.36 |
| HSL | 310.49º | 0.46% | 0.44% | - |
| HSV(B) | 310.49º | 0.63% | 0.64% | - |
| XYZ | 21.83 | 13.06 | 28.16 | - |
| YUV | 100.49 | 153.12 | 172.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 145 | 0 | 0.63 | 0.11 | 0.36 | 310.49 | 0.46 | 0.44 |
| Hex | A3 | 3C | 91 | 0 | 3F | B | 24 | 136 | 2E | 2C |
| Octal | 243 | 74 | 221 | 0 | 77 | 13 | 44 | 466 | 56 | 54 |
| Binary | 10100011 | 111100 | 10010001 | 0 | 111111 | 1011 | 100100 | 100110110 | 101110 | 101100 |
Color Harmonies of #A33C91
Complementary color
Monochromatic Colors of #A33C91
Black with #A33C91
Text Example
Text Example
White with #A33C91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33C91; }
p { color: rgb(163,60,145); }
H1.HeaderClassName
{
color: #A33C91;
}
.AnyTagClassName
{
color: #A33C91;
}
</style>
background-color css
<style>
a { background-color: #A33C91; }
a { background-color: rgb(163,60,145); }
div.DivClassName
{
background-color: #A33C91;
}
.BgClassName
{
background-color: #A33C91;
}
</style>
border-color css
<style>
span { border-color: #A33C91; }
span { border-color: rgb(163,60,145); }
td.TdClassName
{
border-color: #A33C91;
}
.TagClassName
{
border-color: #A33C91;
}
</style>