Shades of Medium Red Violet #A33588
Tints of Medium Red Violet #A33588
RGB
CMYK
RGB Variations
Color information
#A33588 (or 0xA33588) is known color: Medium Red Violet. HEX triplet: A3, 35 and 88. RGB value is (163,53,136). Sum of RGB (Red+Green+Blue) = 163+53+136=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 53 (21.09% from 255 or 15.06% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A33588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33588 is #5CCA77. Grayscale: #5F5F5F. Windows color (decimal): -6081144 or 8926627. OLE color: 8926627.
HSL color Cylindrical-coordinate representation of color #A33588: hue angle of 314.73º degrees, saturation: 0.51, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A33588 is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 53 | 136 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.36 |
| HSL | 314.73º | 0.51% | 0.42% | - |
| HSV(B) | 314.73º | 0.67% | 0.64% | - |
| XYZ | 20.82 | 12.11 | 24.53 | - |
| YUV | 95.35 | 150.94 | 176.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 53 | 136 | 0 | 0.67 | 0.17 | 0.36 | 314.73 | 0.51 | 0.42 |
| Hex | A3 | 35 | 88 | 0 | 43 | 11 | 24 | 13B | 33 | 2A |
| Octal | 243 | 65 | 210 | 0 | 103 | 21 | 44 | 473 | 63 | 52 |
| Binary | 10100011 | 110101 | 10001000 | 0 | 1000011 | 10001 | 100100 | 100111011 | 110011 | 101010 |
Color Harmonies of #A33588
Complementary color
Monochromatic Colors of #A33588
Black with #A33588
Text Example
Text Example
White with #A33588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33588; }
p { color: rgb(163,53,136); }
H1.HeaderClassName
{
color: #A33588;
}
.AnyTagClassName
{
color: #A33588;
}
</style>
background-color css
<style>
a { background-color: #A33588; }
a { background-color: rgb(163,53,136); }
div.DivClassName
{
background-color: #A33588;
}
.BgClassName
{
background-color: #A33588;
}
</style>
border-color css
<style>
span { border-color: #A33588; }
span { border-color: rgb(163,53,136); }
td.TdClassName
{
border-color: #A33588;
}
.TagClassName
{
border-color: #A33588;
}
</style>