Shades of Medium Red Violet #A33C92
Tints of Medium Red Violet #A33C92
RGB
CMYK
RGB Variations
Color information
#A33C92 (or 0xA33C92) is known color: Medium Red Violet. HEX triplet: A3, 3C and 92. RGB value is (163,60,146). Sum of RGB (Red+Green+Blue) = 163+60+146=369 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.17% from 369); Green value is 60 (23.83% from 255 or 16.26% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 163 - color contains mainly: red. Hex color #A33C92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33C92 is #5CC36D. Grayscale: #646464. Windows color (decimal): -6079342 or 9583779. OLE color: 9583779.
HSL color Cylindrical-coordinate representation of color #A33C92: hue angle of 309.9º 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 #A33C92 is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 60 | 146 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.36 |
| HSL | 309.9º | 0.46% | 0.44% | - |
| HSV(B) | 309.9º | 0.63% | 0.64% | - |
| XYZ | 21.91 | 13.09 | 28.57 | - |
| YUV | 100.6 | 153.62 | 172.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 60 | 146 | 0 | 0.63 | 0.10 | 0.36 | 309.9 | 0.46 | 0.44 |
| Hex | A3 | 3C | 92 | 0 | 3F | A | 24 | 136 | 2E | 2C |
| Octal | 243 | 74 | 222 | 0 | 77 | 12 | 44 | 466 | 56 | 54 |
| Binary | 10100011 | 111100 | 10010010 | 0 | 111111 | 1010 | 100100 | 100110110 | 101110 | 101100 |
Color Harmonies of #A33C92
Complementary color
Monochromatic Colors of #A33C92
Black with #A33C92
Text Example
Text Example
White with #A33C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33C92; }
p { color: rgb(163,60,146); }
H1.HeaderClassName
{
color: #A33C92;
}
.AnyTagClassName
{
color: #A33C92;
}
</style>
background-color css
<style>
a { background-color: #A33C92; }
a { background-color: rgb(163,60,146); }
div.DivClassName
{
background-color: #A33C92;
}
.BgClassName
{
background-color: #A33C92;
}
</style>
border-color css
<style>
span { border-color: #A33C92; }
span { border-color: rgb(163,60,146); }
td.TdClassName
{
border-color: #A33C92;
}
.TagClassName
{
border-color: #A33C92;
}
</style>