Shades of Medium Red Violet #A33189
Tints of Medium Red Violet #A33189
RGB
CMYK
RGB Variations
Color information
#A33189 (or 0xA33189) is known color: Medium Red Violet. HEX triplet: A3, 31 and 89. RGB value is (163,49,137). Sum of RGB (Red+Green+Blue) = 163+49+137=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 163 - color contains mainly: red. Hex color #A33189 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33189 is #5CCE76. Grayscale: #5C5C5C. Windows color (decimal): -6082167 or 8991139. OLE color: 8991139.
HSL color Cylindrical-coordinate representation of color #A33189: hue angle of 313.68º degrees, saturation: 0.54, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A33189 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 49 | 137 | - |
| CMYK | 0 | 0.70 | 0.16 | 0.36 |
| HSL | 313.68º | 0.54% | 0.42% | - |
| HSV(B) | 313.68º | 0.7% | 0.64% | - |
| XYZ | 20.72 | 11.79 | 24.85 | - |
| YUV | 93.12 | 152.77 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 137 | 0 | 0.70 | 0.16 | 0.36 | 313.68 | 0.54 | 0.42 |
| Hex | A3 | 31 | 89 | 0 | 46 | 10 | 24 | 13A | 36 | 2A |
| Octal | 243 | 61 | 211 | 0 | 106 | 20 | 44 | 472 | 66 | 52 |
| Binary | 10100011 | 110001 | 10001001 | 0 | 1000110 | 10000 | 100100 | 100111010 | 110110 | 101010 |
Color Harmonies of #A33189
Complementary color
Monochromatic Colors of #A33189
Black with #A33189
Text Example
Text Example
White with #A33189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33189; }
p { color: rgb(163,49,137); }
H1.HeaderClassName
{
color: #A33189;
}
.AnyTagClassName
{
color: #A33189;
}
</style>
background-color css
<style>
a { background-color: #A33189; }
a { background-color: rgb(163,49,137); }
div.DivClassName
{
background-color: #A33189;
}
.BgClassName
{
background-color: #A33189;
}
</style>
border-color css
<style>
span { border-color: #A33189; }
span { border-color: rgb(163,49,137); }
td.TdClassName
{
border-color: #A33189;
}
.TagClassName
{
border-color: #A33189;
}
</style>