Shades of Medium Red Violet #A33385
Tints of Medium Red Violet #A33385
RGB
CMYK
RGB Variations
Color information
#A33385 (or 0xA33385) is known color: Medium Red Violet. HEX triplet: A3, 33 and 85. RGB value is (163,51,133). Sum of RGB (Red+Green+Blue) = 163+51+133=347 (45% of max value = 765). Red value is 163 (64.06% from 255 or 46.97% from 347); Green value is 51 (20.31% from 255 or 14.70% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 163 - color contains mainly: red. Hex color #A33385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33385 is #5CCC7A. Grayscale: #5D5D5D. Windows color (decimal): -6081659 or 8729507. OLE color: 8729507.
HSL color Cylindrical-coordinate representation of color #A33385: hue angle of 316.07º degrees, saturation: 0.52, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A33385 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 51 | 133 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.36 |
| HSL | 316.07º | 0.52% | 0.42% | - |
| HSV(B) | 316.07º | 0.69% | 0.64% | - |
| XYZ | 20.52 | 11.85 | 23.4 | - |
| YUV | 93.84 | 150.11 | 177.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 51 | 133 | 0 | 0.69 | 0.18 | 0.36 | 316.07 | 0.52 | 0.42 |
| Hex | A3 | 33 | 85 | 0 | 45 | 12 | 24 | 13C | 34 | 2A |
| Octal | 243 | 63 | 205 | 0 | 105 | 22 | 44 | 474 | 64 | 52 |
| Binary | 10100011 | 110011 | 10000101 | 0 | 1000101 | 10010 | 100100 | 100111100 | 110100 | 101010 |
Color Harmonies of #A33385
Complementary color
Monochromatic Colors of #A33385
Black with #A33385
Text Example
Text Example
White with #A33385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33385; }
p { color: rgb(163,51,133); }
H1.HeaderClassName
{
color: #A33385;
}
.AnyTagClassName
{
color: #A33385;
}
</style>
background-color css
<style>
a { background-color: #A33385; }
a { background-color: rgb(163,51,133); }
div.DivClassName
{
background-color: #A33385;
}
.BgClassName
{
background-color: #A33385;
}
</style>
border-color css
<style>
span { border-color: #A33385; }
span { border-color: rgb(163,51,133); }
td.TdClassName
{
border-color: #A33385;
}
.TagClassName
{
border-color: #A33385;
}
</style>