Shades of Medium Red Violet #A33D8D
Tints of Medium Red Violet #A33D8D
RGB
CMYK
RGB Variations
Color information
#A33D8D (or 0xA33D8D) is known color: Medium Red Violet. HEX triplet: A3, 3D and 8D. RGB value is (163,61,141). Sum of RGB (Red+Green+Blue) = 163+61+141=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 61 (24.22% from 255 or 16.71% from 365); Blue value is 141 (55.47% from 255 or 38.63% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33D8D is #5CC272. Grayscale: #646464. Windows color (decimal): -6079091 or 9256355. OLE color: 9256355.
HSL color Cylindrical-coordinate representation of color #A33D8D: hue angle of 312.94º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A33D8D is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 61 | 141 | - |
| CMYK | 0 | 0.63 | 0.13 | 0.36 |
| HSL | 312.94º | 0.46% | 0.44% | - |
| HSV(B) | 312.94º | 0.63% | 0.64% | - |
| XYZ | 21.58 | 13.05 | 26.58 | - |
| YUV | 100.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 141 | 0 | 0.63 | 0.13 | 0.36 | 312.94 | 0.46 | 0.44 |
| Hex | A3 | 3D | 8D | 0 | 3F | D | 24 | 139 | 2E | 2C |
| Octal | 243 | 75 | 215 | 0 | 77 | 15 | 44 | 471 | 56 | 54 |
| Binary | 10100011 | 111101 | 10001101 | 0 | 111111 | 1101 | 100100 | 100111001 | 101110 | 101100 |
Color Harmonies of #A33D8D
Complementary color
Monochromatic Colors of #A33D8D
Black with #A33D8D
Text Example
Text Example
White with #A33D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33D8D; }
p { color: rgb(163,61,141); }
H1.HeaderClassName
{
color: #A33D8D;
}
.AnyTagClassName
{
color: #A33D8D;
}
</style>
background-color css
<style>
a { background-color: #A33D8D; }
a { background-color: rgb(163,61,141); }
div.DivClassName
{
background-color: #A33D8D;
}
.BgClassName
{
background-color: #A33D8D;
}
</style>
border-color css
<style>
span { border-color: #A33D8D; }
span { border-color: rgb(163,61,141); }
td.TdClassName
{
border-color: #A33D8D;
}
.TagClassName
{
border-color: #A33D8D;
}
</style>