Shades of Medium Red Violet #A33991
Tints of Medium Red Violet #A33991
RGB
CMYK
RGB Variations
Color information
#A33991 (or 0xA33991) is known color: Medium Red Violet. HEX triplet: A3, 39 and 91. RGB value is (163,57,145). Sum of RGB (Red+Green+Blue) = 163+57+145=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 57 (22.66% from 255 or 15.62% from 365); Blue value is 145 (57.03% from 255 or 39.73% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A33991 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33991 is #5CC66E. Grayscale: #626262. Windows color (decimal): -6080111 or 9517475. OLE color: 9517475.
HSL color Cylindrical-coordinate representation of color #A33991: hue angle of 310.19º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A33991 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 145 | - |
| CMYK | 0 | 0.65 | 0.11 | 0.36 |
| HSL | 310.19º | 0.48% | 0.43% | - |
| HSV(B) | 310.19º | 0.65% | 0.64% | - |
| XYZ | 21.68 | 12.76 | 28.11 | - |
| YUV | 98.73 | 154.12 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 145 | 0 | 0.65 | 0.11 | 0.36 | 310.19 | 0.48 | 0.43 |
| Hex | A3 | 39 | 91 | 0 | 41 | B | 24 | 136 | 30 | 2B |
| Octal | 243 | 71 | 221 | 0 | 101 | 13 | 44 | 466 | 60 | 53 |
| Binary | 10100011 | 111001 | 10010001 | 0 | 1000001 | 1011 | 100100 | 100110110 | 110000 | 101011 |
Color Harmonies of #A33991
Complementary color
Monochromatic Colors of #A33991
Black with #A33991
Text Example
Text Example
White with #A33991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33991; }
p { color: rgb(163,57,145); }
H1.HeaderClassName
{
color: #A33991;
}
.AnyTagClassName
{
color: #A33991;
}
</style>
background-color css
<style>
a { background-color: #A33991; }
a { background-color: rgb(163,57,145); }
div.DivClassName
{
background-color: #A33991;
}
.BgClassName
{
background-color: #A33991;
}
</style>
border-color css
<style>
span { border-color: #A33991; }
span { border-color: rgb(163,57,145); }
td.TdClassName
{
border-color: #A33991;
}
.TagClassName
{
border-color: #A33991;
}
</style>