Shades of Medium Red Violet #A33075
Tints of Medium Red Violet #A33075
RGB
CMYK
RGB Variations
Color information
#A33075 (or 0xA33075) is known color: Medium Red Violet. HEX triplet: A3, 30 and 75. RGB value is (163,48,117). Sum of RGB (Red+Green+Blue) = 163+48+117=328 (43% of max value = 765). Red value is 163 (64.06% from 255 or 49.70% from 328); Green value is 48 (19.14% from 255 or 14.63% from 328); Blue value is 117 (46.09% from 255 or 35.67% from 328); Max value from RGB is 163 - color contains mainly: red. Hex color #A33075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33075 is #5CCF8A. Grayscale: #5A5A5A. Windows color (decimal): -6082443 or 7680163. OLE color: 7680163.
HSL color Cylindrical-coordinate representation of color #A33075: hue angle of 324º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A33075 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 48 | 117 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.36 |
| HSL | 324º | 0.55% | 0.41% | - |
| HSV(B) | 324º | 0.71% | 0.64% | - |
| XYZ | 19.37 | 11.18 | 17.97 | - |
| YUV | 90.25 | 143.1 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 48 | 117 | 0 | 0.71 | 0.28 | 0.36 | 324 | 0.55 | 0.41 |
| Hex | A3 | 30 | 75 | 0 | 47 | 1C | 24 | 144 | 37 | 29 |
| Octal | 243 | 60 | 165 | 0 | 107 | 34 | 44 | 504 | 67 | 51 |
| Binary | 10100011 | 110000 | 1110101 | 0 | 1000111 | 11100 | 100100 | 101000100 | 110111 | 101001 |
Color Harmonies of #A33075
Complementary color
Monochromatic Colors of #A33075
Black with #A33075
Text Example
Text Example
White with #A33075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33075; }
p { color: rgb(163,48,117); }
H1.HeaderClassName
{
color: #A33075;
}
.AnyTagClassName
{
color: #A33075;
}
</style>
background-color css
<style>
a { background-color: #A33075; }
a { background-color: rgb(163,48,117); }
div.DivClassName
{
background-color: #A33075;
}
.BgClassName
{
background-color: #A33075;
}
</style>
border-color css
<style>
span { border-color: #A33075; }
span { border-color: rgb(163,48,117); }
td.TdClassName
{
border-color: #A33075;
}
.TagClassName
{
border-color: #A33075;
}
</style>