Shades of Medium Red Violet #A33D8B
Tints of Medium Red Violet #A33D8B
RGB
CMYK
RGB Variations
Color information
#A33D8B (or 0xA33D8B) is known color: Medium Red Violet. HEX triplet: A3, 3D and 8B. RGB value is (163,61,139). Sum of RGB (Red+Green+Blue) = 163+61+139=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 61 (24.22% from 255 or 16.80% from 363); Blue value is 139 (54.69% from 255 or 38.29% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A33D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33D8B is #5CC274. Grayscale: #646464. Windows color (decimal): -6079093 or 9125283. OLE color: 9125283.
HSL color Cylindrical-coordinate representation of color #A33D8B: hue angle of 314.12º 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 #A33D8B is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 61 | 139 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.36 |
| HSL | 314.12º | 0.46% | 0.44% | - |
| HSV(B) | 314.12º | 0.63% | 0.64% | - |
| XYZ | 21.43 | 12.99 | 25.8 | - |
| YUV | 100.39 | 149.79 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 61 | 139 | 0 | 0.63 | 0.15 | 0.36 | 314.12 | 0.46 | 0.44 |
| Hex | A3 | 3D | 8B | 0 | 3F | F | 24 | 13A | 2E | 2C |
| Octal | 243 | 75 | 213 | 0 | 77 | 17 | 44 | 472 | 56 | 54 |
| Binary | 10100011 | 111101 | 10001011 | 0 | 111111 | 1111 | 100100 | 100111010 | 101110 | 101100 |
Color Harmonies of #A33D8B
Complementary color
Monochromatic Colors of #A33D8B
Black with #A33D8B
Text Example
Text Example
White with #A33D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33D8B; }
p { color: rgb(163,61,139); }
H1.HeaderClassName
{
color: #A33D8B;
}
.AnyTagClassName
{
color: #A33D8B;
}
</style>
background-color css
<style>
a { background-color: #A33D8B; }
a { background-color: rgb(163,61,139); }
div.DivClassName
{
background-color: #A33D8B;
}
.BgClassName
{
background-color: #A33D8B;
}
</style>
border-color css
<style>
span { border-color: #A33D8B; }
span { border-color: rgb(163,61,139); }
td.TdClassName
{
border-color: #A33D8B;
}
.TagClassName
{
border-color: #A33D8B;
}
</style>