Shades of Medium Red Violet #A33399
Tints of Medium Red Violet #A33399
RGB
CMYK
RGB Variations
Color information
#A33399 (or 0xA33399) is known color: Medium Red Violet. HEX triplet: A3, 33 and 99. RGB value is (163,51,153). Sum of RGB (Red+Green+Blue) = 163+51+153=367 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.41% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 153 (60.16% from 255 or 41.69% from 367); Max value from RGB is 163 - color contains mainly: red. Hex color #A33399 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33399 is #5CCC66. Grayscale: #5F5F5F. Windows color (decimal): -6081639 or 10040227. OLE color: 10040227.
HSL color Cylindrical-coordinate representation of color #A33399: hue angle of 305.36º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33399 is Cyan = 0, Magento = 0.69, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 51 | 153 | - |
| CMYK | 0 | 0.69 | 0.06 | 0.36 |
| HSL | 305.36º | 0.52% | 0.42% | - |
| HSV(B) | 305.36º | 0.69% | 0.64% | - |
| XYZ | 22.04 | 12.45 | 31.38 | - |
| YUV | 96.12 | 160.11 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 153 | 0 | 0.69 | 0.06 | 0.36 | 305.36 | 0.52 | 0.42 |
| Hex | A3 | 33 | 99 | 0 | 45 | 6 | 24 | 131 | 34 | 2A |
| Octal | 243 | 63 | 231 | 0 | 105 | 6 | 44 | 461 | 64 | 52 |
| Binary | 10100011 | 110011 | 10011001 | 0 | 1000101 | 110 | 100100 | 100110001 | 110100 | 101010 |
Color Harmonies of #A33399
Complementary color
Monochromatic Colors of #A33399
Black with #A33399
Text Example
Text Example
White with #A33399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33399; }
p { color: rgb(163,51,153); }
H1.HeaderClassName
{
color: #A33399;
}
.AnyTagClassName
{
color: #A33399;
}
</style>
background-color css
<style>
a { background-color: #A33399; }
a { background-color: rgb(163,51,153); }
div.DivClassName
{
background-color: #A33399;
}
.BgClassName
{
background-color: #A33399;
}
</style>
border-color css
<style>
span { border-color: #A33399; }
span { border-color: rgb(163,51,153); }
td.TdClassName
{
border-color: #A33399;
}
.TagClassName
{
border-color: #A33399;
}
</style>