Shades of Medium Red Violet #A33784
Tints of Medium Red Violet #A33784
RGB
CMYK
RGB Variations
Color information
#A33784 (or 0xA33784) is known color: Medium Red Violet. HEX triplet: A3, 37 and 84. RGB value is (163,55,132). Sum of RGB (Red+Green+Blue) = 163+55+132=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 55 (21.88% from 255 or 15.71% from 350); Blue value is 132 (51.95% from 255 or 37.71% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A33784 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33784 is #5CC87B. Grayscale: #5F5F5F. Windows color (decimal): -6080636 or 8664995. OLE color: 8664995.
HSL color Cylindrical-coordinate representation of color #A33784: hue angle of 317.22º degrees, saturation: 0.5, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A33784 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 55 | 132 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.36 |
| HSL | 317.22º | 0.5% | 0.43% | - |
| HSV(B) | 317.22º | 0.66% | 0.64% | - |
| XYZ | 20.64 | 12.18 | 23.09 | - |
| YUV | 96.07 | 148.28 | 175.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 55 | 132 | 0 | 0.66 | 0.19 | 0.36 | 317.22 | 0.5 | 0.43 |
| Hex | A3 | 37 | 84 | 0 | 42 | 13 | 24 | 13D | 32 | 2B |
| Octal | 243 | 67 | 204 | 0 | 102 | 23 | 44 | 475 | 62 | 53 |
| Binary | 10100011 | 110111 | 10000100 | 0 | 1000010 | 10011 | 100100 | 100111101 | 110010 | 101011 |
Color Harmonies of #A33784
Complementary color
Monochromatic Colors of #A33784
Black with #A33784
Text Example
Text Example
White with #A33784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33784; }
p { color: rgb(163,55,132); }
H1.HeaderClassName
{
color: #A33784;
}
.AnyTagClassName
{
color: #A33784;
}
</style>
background-color css
<style>
a { background-color: #A33784; }
a { background-color: rgb(163,55,132); }
div.DivClassName
{
background-color: #A33784;
}
.BgClassName
{
background-color: #A33784;
}
</style>
border-color css
<style>
span { border-color: #A33784; }
span { border-color: rgb(163,55,132); }
td.TdClassName
{
border-color: #A33784;
}
.TagClassName
{
border-color: #A33784;
}
</style>