Shades of Medium Red Violet #A33E8B
Tints of Medium Red Violet #A33E8B
RGB
CMYK
RGB Variations
Color information
#A33E8B (or 0xA33E8B) is known color: Medium Red Violet. HEX triplet: A3, 3E and 8B. RGB value is (163,62,139). Sum of RGB (Red+Green+Blue) = 163+62+139=364 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.78% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 139 (54.69% from 255 or 38.19% from 364); Max value from RGB is 163 - color contains mainly: red. Hex color #A33E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33E8B is #5CC174. Grayscale: #646464. Windows color (decimal): -6078837 or 9125539. OLE color: 9125539.
HSL color Cylindrical-coordinate representation of color #A33E8B: hue angle of 314.26º 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 #A33E8B is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 62 | 139 | - |
| CMYK | 0 | 0.62 | 0.15 | 0.36 |
| HSL | 314.26º | 0.45% | 0.44% | - |
| HSV(B) | 314.26º | 0.62% | 0.64% | - |
| XYZ | 21.49 | 13.1 | 25.82 | - |
| YUV | 100.98 | 149.46 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 62 | 139 | 0 | 0.62 | 0.15 | 0.36 | 314.26 | 0.45 | 0.44 |
| Hex | A3 | 3E | 8B | 0 | 3E | F | 24 | 13A | 2D | 2C |
| Octal | 243 | 76 | 213 | 0 | 76 | 17 | 44 | 472 | 55 | 54 |
| Binary | 10100011 | 111110 | 10001011 | 0 | 111110 | 1111 | 100100 | 100111010 | 101101 | 101100 |
Color Harmonies of #A33E8B
Complementary color
Monochromatic Colors of #A33E8B
Black with #A33E8B
Text Example
Text Example
White with #A33E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33E8B; }
p { color: rgb(163,62,139); }
H1.HeaderClassName
{
color: #A33E8B;
}
.AnyTagClassName
{
color: #A33E8B;
}
</style>
background-color css
<style>
a { background-color: #A33E8B; }
a { background-color: rgb(163,62,139); }
div.DivClassName
{
background-color: #A33E8B;
}
.BgClassName
{
background-color: #A33E8B;
}
</style>
border-color css
<style>
span { border-color: #A33E8B; }
span { border-color: rgb(163,62,139); }
td.TdClassName
{
border-color: #A33E8B;
}
.TagClassName
{
border-color: #A33E8B;
}
</style>