Shades of Medium Red Violet #A33E7E
Tints of Medium Red Violet #A33E7E
RGB
CMYK
RGB Variations
Color information
#A33E7E (or 0xA33E7E) is known color: Medium Red Violet. HEX triplet: A3, 3E and 7E. RGB value is (163,62,126). Sum of RGB (Red+Green+Blue) = 163+62+126=351 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.44% from 351); Green value is 62 (24.61% from 255 or 17.66% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A33E7E is #5CC181. Grayscale: #636363. Windows color (decimal): -6078850 or 8273571. OLE color: 8273571.
HSL color Cylindrical-coordinate representation of color #A33E7E: hue angle of 321.98º 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 #A33E7E is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 62 | 126 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.36 |
| HSL | 321.98º | 0.45% | 0.44% | - |
| HSV(B) | 321.98º | 0.62% | 0.64% | - |
| XYZ | 20.59 | 12.74 | 21.11 | - |
| YUV | 99.5 | 142.96 | 173.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 126 | 0 | 0.62 | 0.23 | 0.36 | 321.98 | 0.45 | 0.44 |
| Hex | A3 | 3E | 7E | 0 | 3E | 17 | 24 | 142 | 2D | 2C |
| Octal | 243 | 76 | 176 | 0 | 76 | 27 | 44 | 502 | 55 | 54 |
| Binary | 10100011 | 111110 | 1111110 | 0 | 111110 | 10111 | 100100 | 101000010 | 101101 | 101100 |
Color Harmonies of #A33E7E
Complementary color
Monochromatic Colors of #A33E7E
Black with #A33E7E
Text Example
Text Example
White with #A33E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33E7E; }
p { color: rgb(163,62,126); }
H1.HeaderClassName
{
color: #A33E7E;
}
.AnyTagClassName
{
color: #A33E7E;
}
</style>
background-color css
<style>
a { background-color: #A33E7E; }
a { background-color: rgb(163,62,126); }
div.DivClassName
{
background-color: #A33E7E;
}
.BgClassName
{
background-color: #A33E7E;
}
</style>
border-color css
<style>
span { border-color: #A33E7E; }
span { border-color: rgb(163,62,126); }
td.TdClassName
{
border-color: #A33E7E;
}
.TagClassName
{
border-color: #A33E7E;
}
</style>