Shades of Medium Red Violet #A33E8C
Tints of Medium Red Violet #A33E8C
RGB
CMYK
RGB Variations
Color information
#A33E8C (or 0xA33E8C) is known color: Medium Red Violet. HEX triplet: A3, 3E and 8C. RGB value is (163,62,140). Sum of RGB (Red+Green+Blue) = 163+62+140=365 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.66% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 140 (55.08% from 255 or 38.36% from 365); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33E8C is #5CC173. Grayscale: #646464. Windows color (decimal): -6078836 or 9191075. OLE color: 9191075.
HSL color Cylindrical-coordinate representation of color #A33E8C: hue angle of 313.66º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A33E8C is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 62 | 140 | - |
| CMYK | 0 | 0.62 | 0.14 | 0.36 |
| HSL | 313.66º | 0.45% | 0.44% | - |
| HSV(B) | 313.66º | 0.62% | 0.64% | - |
| XYZ | 21.56 | 13.13 | 26.21 | - |
| YUV | 101.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 140 | 0 | 0.62 | 0.14 | 0.36 | 313.66 | 0.45 | 0.44 |
| Hex | A3 | 3E | 8C | 0 | 3E | E | 24 | 13A | 2D | 2C |
| Octal | 243 | 76 | 214 | 0 | 76 | 16 | 44 | 472 | 55 | 54 |
| Binary | 10100011 | 111110 | 10001100 | 0 | 111110 | 1110 | 100100 | 100111010 | 101101 | 101100 |
Color Harmonies of #A33E8C
Complementary color
Monochromatic Colors of #A33E8C
Black with #A33E8C
Text Example
Text Example
White with #A33E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33E8C; }
p { color: rgb(163,62,140); }
H1.HeaderClassName
{
color: #A33E8C;
}
.AnyTagClassName
{
color: #A33E8C;
}
</style>
background-color css
<style>
a { background-color: #A33E8C; }
a { background-color: rgb(163,62,140); }
div.DivClassName
{
background-color: #A33E8C;
}
.BgClassName
{
background-color: #A33E8C;
}
</style>
border-color css
<style>
span { border-color: #A33E8C; }
span { border-color: rgb(163,62,140); }
td.TdClassName
{
border-color: #A33E8C;
}
.TagClassName
{
border-color: #A33E8C;
}
</style>