Shades of Medium Red Violet #A33289
Tints of Medium Red Violet #A33289
RGB
CMYK
RGB Variations
Color information
#A33289 (or 0xA33289) is known color: Medium Red Violet. HEX triplet: A3, 32 and 89. RGB value is (163,50,137). Sum of RGB (Red+Green+Blue) = 163+50+137=350 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.57% from 350); Green value is 50 (19.92% from 255 or 14.29% from 350); Blue value is 137 (53.91% from 255 or 39.14% from 350); Max value from RGB is 163 - color contains mainly: red. Hex color #A33289 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33289 is #5CCD76. Grayscale: #5D5D5D. Windows color (decimal): -6081911 or 8991395. OLE color: 8991395.
HSL color Cylindrical-coordinate representation of color #A33289: hue angle of 313.81º degrees, saturation: 0.53, 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 #A33289 is Cyan = 0, Magento = 0.69, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 50 | 137 | - |
| CMYK | 0 | 0.69 | 0.16 | 0.36 |
| HSL | 313.81º | 0.53% | 0.42% | - |
| HSV(B) | 313.81º | 0.69% | 0.64% | - |
| XYZ | 20.76 | 11.87 | 24.86 | - |
| YUV | 93.71 | 152.44 | 177.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 50 | 137 | 0 | 0.69 | 0.16 | 0.36 | 313.81 | 0.53 | 0.42 |
| Hex | A3 | 32 | 89 | 0 | 45 | 10 | 24 | 13A | 35 | 2A |
| Octal | 243 | 62 | 211 | 0 | 105 | 20 | 44 | 472 | 65 | 52 |
| Binary | 10100011 | 110010 | 10001001 | 0 | 1000101 | 10000 | 100100 | 100111010 | 110101 | 101010 |
Color Harmonies of #A33289
Complementary color
Monochromatic Colors of #A33289
Black with #A33289
Text Example
Text Example
White with #A33289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33289; }
p { color: rgb(163,50,137); }
H1.HeaderClassName
{
color: #A33289;
}
.AnyTagClassName
{
color: #A33289;
}
</style>
background-color css
<style>
a { background-color: #A33289; }
a { background-color: rgb(163,50,137); }
div.DivClassName
{
background-color: #A33289;
}
.BgClassName
{
background-color: #A33289;
}
</style>
border-color css
<style>
span { border-color: #A33289; }
span { border-color: rgb(163,50,137); }
td.TdClassName
{
border-color: #A33289;
}
.TagClassName
{
border-color: #A33289;
}
</style>