Shades of Medium Red Violet #A33985
Tints of Medium Red Violet #A33985
RGB
CMYK
RGB Variations
Color information
#A33985 (or 0xA33985) is known color: Medium Red Violet. HEX triplet: A3, 39 and 85. RGB value is (163,57,133). Sum of RGB (Red+Green+Blue) = 163+57+133=353 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.18% from 353); Green value is 57 (22.66% from 255 or 16.15% from 353); Blue value is 133 (52.34% from 255 or 37.68% from 353); Max value from RGB is 163 - color contains mainly: red. Hex color #A33985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33985 is #5CC67A. Grayscale: #616161. Windows color (decimal): -6080123 or 8731043. OLE color: 8731043.
HSL color Cylindrical-coordinate representation of color #A33985: hue angle of 316.98º 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 #A33985 is Cyan = 0, Magento = 0.65, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 57 | 133 | - |
| CMYK | 0 | 0.65 | 0.18 | 0.36 |
| HSL | 316.98º | 0.48% | 0.43% | - |
| HSV(B) | 316.98º | 0.65% | 0.64% | - |
| XYZ | 20.8 | 12.41 | 23.49 | - |
| YUV | 97.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 57 | 133 | 0 | 0.65 | 0.18 | 0.36 | 316.98 | 0.48 | 0.43 |
| Hex | A3 | 39 | 85 | 0 | 41 | 12 | 24 | 13D | 30 | 2B |
| Octal | 243 | 71 | 205 | 0 | 101 | 22 | 44 | 475 | 60 | 53 |
| Binary | 10100011 | 111001 | 10000101 | 0 | 1000001 | 10010 | 100100 | 100111101 | 110000 | 101011 |
Color Harmonies of #A33985
Complementary color
Monochromatic Colors of #A33985
Black with #A33985
Text Example
Text Example
White with #A33985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33985; }
p { color: rgb(163,57,133); }
H1.HeaderClassName
{
color: #A33985;
}
.AnyTagClassName
{
color: #A33985;
}
</style>
background-color css
<style>
a { background-color: #A33985; }
a { background-color: rgb(163,57,133); }
div.DivClassName
{
background-color: #A33985;
}
.BgClassName
{
background-color: #A33985;
}
</style>
border-color css
<style>
span { border-color: #A33985; }
span { border-color: rgb(163,57,133); }
td.TdClassName
{
border-color: #A33985;
}
.TagClassName
{
border-color: #A33985;
}
</style>