Shades of Medium Red Violet #A33499
Tints of Medium Red Violet #A33499
RGB
CMYK
RGB Variations
Color information
#A33499 (or 0xA33499) is known color: Medium Red Violet. HEX triplet: A3, 34 and 99. RGB value is (163,52,153). Sum of RGB (Red+Green+Blue) = 163+52+153=368 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.29% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 163 - color contains mainly: red. Hex color #A33499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33499 is #5CCB66. Grayscale: #606060. Windows color (decimal): -6081383 or 10040483. OLE color: 10040483.
HSL color Cylindrical-coordinate representation of color #A33499: hue angle of 305.41º 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 #A33499 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 52 | 153 | - |
| CMYK | 0 | 0.68 | 0.06 | 0.36 |
| HSL | 305.41º | 0.52% | 0.42% | - |
| HSV(B) | 305.41º | 0.68% | 0.64% | - |
| XYZ | 22.08 | 12.54 | 31.39 | - |
| YUV | 96.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 52 | 153 | 0 | 0.68 | 0.06 | 0.36 | 305.41 | 0.52 | 0.42 |
| Hex | A3 | 34 | 99 | 0 | 44 | 6 | 24 | 131 | 34 | 2A |
| Octal | 243 | 64 | 231 | 0 | 104 | 6 | 44 | 461 | 64 | 52 |
| Binary | 10100011 | 110100 | 10011001 | 0 | 1000100 | 110 | 100100 | 100110001 | 110100 | 101010 |
Color Harmonies of #A33499
Complementary color
Monochromatic Colors of #A33499
Black with #A33499
Text Example
Text Example
White with #A33499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33499; }
p { color: rgb(163,52,153); }
H1.HeaderClassName
{
color: #A33499;
}
.AnyTagClassName
{
color: #A33499;
}
</style>
background-color css
<style>
a { background-color: #A33499; }
a { background-color: rgb(163,52,153); }
div.DivClassName
{
background-color: #A33499;
}
.BgClassName
{
background-color: #A33499;
}
</style>
border-color css
<style>
span { border-color: #A33499; }
span { border-color: rgb(163,52,153); }
td.TdClassName
{
border-color: #A33499;
}
.TagClassName
{
border-color: #A33499;
}
</style>