Shades of Medium Red Violet #A33E7F
Tints of Medium Red Violet #A33E7F
RGB
CMYK
RGB Variations
Color information
#A33E7F (or 0xA33E7F) is known color: Medium Red Violet. HEX triplet: A3, 3E and 7F. RGB value is (163,62,127). Sum of RGB (Red+Green+Blue) = 163+62+127=352 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.31% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 127 (50% from 255 or 36.08% from 352); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33E7F is #5CC180. Grayscale: #636363. Windows color (decimal): -6078849 or 8339107. OLE color: 8339107.
HSL color Cylindrical-coordinate representation of color #A33E7F: hue angle of 321.39º 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 #A33E7F is Cyan = 0, Magento = 0.62, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 62 | 127 | - |
| CMYK | 0 | 0.62 | 0.22 | 0.36 |
| HSL | 321.39º | 0.45% | 0.44% | - |
| HSV(B) | 321.39º | 0.62% | 0.64% | - |
| XYZ | 20.66 | 12.76 | 21.45 | - |
| YUV | 99.61 | 143.46 | 173.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 127 | 0 | 0.62 | 0.22 | 0.36 | 321.39 | 0.45 | 0.44 |
| Hex | A3 | 3E | 7F | 0 | 3E | 16 | 24 | 141 | 2D | 2C |
| Octal | 243 | 76 | 177 | 0 | 76 | 26 | 44 | 501 | 55 | 54 |
| Binary | 10100011 | 111110 | 1111111 | 0 | 111110 | 10110 | 100100 | 101000001 | 101101 | 101100 |
Color Harmonies of #A33E7F
Complementary color
Monochromatic Colors of #A33E7F
Black with #A33E7F
Text Example
Text Example
White with #A33E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33E7F; }
p { color: rgb(163,62,127); }
H1.HeaderClassName
{
color: #A33E7F;
}
.AnyTagClassName
{
color: #A33E7F;
}
</style>
background-color css
<style>
a { background-color: #A33E7F; }
a { background-color: rgb(163,62,127); }
div.DivClassName
{
background-color: #A33E7F;
}
.BgClassName
{
background-color: #A33E7F;
}
</style>
border-color css
<style>
span { border-color: #A33E7F; }
span { border-color: rgb(163,62,127); }
td.TdClassName
{
border-color: #A33E7F;
}
.TagClassName
{
border-color: #A33E7F;
}
</style>