Shades of Medium Red Violet #A33178
Tints of Medium Red Violet #A33178
RGB
CMYK
RGB Variations
Color information
#A33178 (or 0xA33178) is known color: Medium Red Violet. HEX triplet: A3, 31 and 78. RGB value is (163,49,120). Sum of RGB (Red+Green+Blue) = 163+49+120=332 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.10% from 332); Green value is 49 (19.53% from 255 or 14.76% from 332); Blue value is 120 (47.27% from 255 or 36.14% from 332); Max value from RGB is 163 - color contains mainly: red. Hex color #A33178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33178 is #5CCE87. Grayscale: #5B5B5B. Windows color (decimal): -6082184 or 7877027. OLE color: 7877027.
HSL color Cylindrical-coordinate representation of color #A33178: hue angle of 322.63º 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 #A33178 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 49 | 120 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.36 |
| HSL | 322.63º | 0.54% | 0.42% | - |
| HSV(B) | 322.63º | 0.7% | 0.64% | - |
| XYZ | 19.59 | 11.34 | 18.93 | - |
| YUV | 91.18 | 144.27 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 49 | 120 | 0 | 0.70 | 0.26 | 0.36 | 322.63 | 0.54 | 0.42 |
| Hex | A3 | 31 | 78 | 0 | 46 | 1A | 24 | 143 | 36 | 2A |
| Octal | 243 | 61 | 170 | 0 | 106 | 32 | 44 | 503 | 66 | 52 |
| Binary | 10100011 | 110001 | 1111000 | 0 | 1000110 | 11010 | 100100 | 101000011 | 110110 | 101010 |
Color Harmonies of #A33178
Complementary color
Monochromatic Colors of #A33178
Black with #A33178
Text Example
Text Example
White with #A33178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33178; }
p { color: rgb(163,49,120); }
H1.HeaderClassName
{
color: #A33178;
}
.AnyTagClassName
{
color: #A33178;
}
</style>
background-color css
<style>
a { background-color: #A33178; }
a { background-color: rgb(163,49,120); }
div.DivClassName
{
background-color: #A33178;
}
.BgClassName
{
background-color: #A33178;
}
</style>
border-color css
<style>
span { border-color: #A33178; }
span { border-color: rgb(163,49,120); }
td.TdClassName
{
border-color: #A33178;
}
.TagClassName
{
border-color: #A33178;
}
</style>