Shades of Medium Red Violet #A33483
Tints of Medium Red Violet #A33483
RGB
CMYK
RGB Variations
Color information
#A33483 (or 0xA33483) is known color: Medium Red Violet. HEX triplet: A3, 34 and 83. RGB value is (163,52,131). Sum of RGB (Red+Green+Blue) = 163+52+131=346 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.11% from 346); Green value is 52 (20.70% from 255 or 15.03% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 163 - color contains mainly: red. Hex color #A33483 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33483 is #5CCB7C. Grayscale: #5D5D5D. Windows color (decimal): -6081405 or 8598691. OLE color: 8598691.
HSL color Cylindrical-coordinate representation of color #A33483: hue angle of 317.3º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A33483 is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 131 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.36 |
| HSL | 317.3º | 0.52% | 0.42% | - |
| HSV(B) | 317.3º | 0.68% | 0.64% | - |
| XYZ | 20.43 | 11.88 | 22.69 | - |
| YUV | 94.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 131 | 0 | 0.68 | 0.20 | 0.36 | 317.3 | 0.52 | 0.42 |
| Hex | A3 | 34 | 83 | 0 | 44 | 14 | 24 | 13D | 34 | 2A |
| Octal | 243 | 64 | 203 | 0 | 104 | 24 | 44 | 475 | 64 | 52 |
| Binary | 10100011 | 110100 | 10000011 | 0 | 1000100 | 10100 | 100100 | 100111101 | 110100 | 101010 |
Color Harmonies of #A33483
Complementary color
Monochromatic Colors of #A33483
Black with #A33483
Text Example
Text Example
White with #A33483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33483; }
p { color: rgb(163,52,131); }
H1.HeaderClassName
{
color: #A33483;
}
.AnyTagClassName
{
color: #A33483;
}
</style>
background-color css
<style>
a { background-color: #A33483; }
a { background-color: rgb(163,52,131); }
div.DivClassName
{
background-color: #A33483;
}
.BgClassName
{
background-color: #A33483;
}
</style>
border-color css
<style>
span { border-color: #A33483; }
span { border-color: rgb(163,52,131); }
td.TdClassName
{
border-color: #A33483;
}
.TagClassName
{
border-color: #A33483;
}
</style>