Shades of Medium Red Violet #A33181
Tints of Medium Red Violet #A33181
RGB
CMYK
RGB Variations
Color information
#A33181 (or 0xA33181) is known color: Medium Red Violet. HEX triplet: A3, 31 and 81. RGB value is (163,49,129). Sum of RGB (Red+Green+Blue) = 163+49+129=341 (45% of max value = 765). Red value is 163 (64.06% from 255 or 47.80% from 341); Green value is 49 (19.53% from 255 or 14.37% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 163 - color contains mainly: red. Hex color #A33181 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33181 is #5CCE7E. Grayscale: #5C5C5C. Windows color (decimal): -6082175 or 8466851. OLE color: 8466851.
HSL color Cylindrical-coordinate representation of color #A33181: hue angle of 317.89º 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 #A33181 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 49 | 129 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.36 |
| HSL | 317.89º | 0.54% | 0.42% | - |
| HSV(B) | 317.89º | 0.7% | 0.64% | - |
| XYZ | 20.17 | 11.57 | 21.94 | - |
| YUV | 92.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 129 | 0 | 0.70 | 0.21 | 0.36 | 317.89 | 0.54 | 0.42 |
| Hex | A3 | 31 | 81 | 0 | 46 | 15 | 24 | 13E | 36 | 2A |
| Octal | 243 | 61 | 201 | 0 | 106 | 25 | 44 | 476 | 66 | 52 |
| Binary | 10100011 | 110001 | 10000001 | 0 | 1000110 | 10101 | 100100 | 100111110 | 110110 | 101010 |
Color Harmonies of #A33181
Complementary color
Monochromatic Colors of #A33181
Black with #A33181
Text Example
Text Example
White with #A33181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33181; }
p { color: rgb(163,49,129); }
H1.HeaderClassName
{
color: #A33181;
}
.AnyTagClassName
{
color: #A33181;
}
</style>
background-color css
<style>
a { background-color: #A33181; }
a { background-color: rgb(163,49,129); }
div.DivClassName
{
background-color: #A33181;
}
.BgClassName
{
background-color: #A33181;
}
</style>
border-color css
<style>
span { border-color: #A33181; }
span { border-color: rgb(163,49,129); }
td.TdClassName
{
border-color: #A33181;
}
.TagClassName
{
border-color: #A33181;
}
</style>