Shades of Medium Red Violet #A33F87
Tints of Medium Red Violet #A33F87
RGB
CMYK
RGB Variations
Color information
#A33F87 (or 0xA33F87) is known color: Medium Red Violet. HEX triplet: A3, 3F and 87. RGB value is (163,63,135). Sum of RGB (Red+Green+Blue) = 163+63+135=361 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.15% from 361); Green value is 63 (25% from 255 or 17.45% from 361); Blue value is 135 (53.12% from 255 or 37.40% from 361); Max value from RGB is 163 - color contains mainly: red. Hex color #A33F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A33F87 is #5CC078. Grayscale: #646464. Windows color (decimal): -6078585 or 8863651. OLE color: 8863651.
HSL color Cylindrical-coordinate representation of color #A33F87: hue angle of 316.8º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A33F87 is Cyan = 0, Magento = 0.61, Yellow = 0.17 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 63 | 135 | - |
| CMYK | 0 | 0.61 | 0.17 | 0.36 |
| HSL | 316.8º | 0.44% | 0.44% | - |
| HSV(B) | 316.8º | 0.61% | 0.64% | - |
| XYZ | 21.25 | 13.09 | 24.33 | - |
| YUV | 101.11 | 147.13 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 63 | 135 | 0 | 0.61 | 0.17 | 0.36 | 316.8 | 0.44 | 0.44 |
| Hex | A3 | 3F | 87 | 0 | 3D | 11 | 24 | 13D | 2C | 2C |
| Octal | 243 | 77 | 207 | 0 | 75 | 21 | 44 | 475 | 54 | 54 |
| Binary | 10100011 | 111111 | 10000111 | 0 | 111101 | 10001 | 100100 | 100111101 | 101100 | 101100 |
Color Harmonies of #A33F87
Complementary color
Monochromatic Colors of #A33F87
Black with #A33F87
Text Example
Text Example
White with #A33F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A33F87; }
p { color: rgb(163,63,135); }
H1.HeaderClassName
{
color: #A33F87;
}
.AnyTagClassName
{
color: #A33F87;
}
</style>
background-color css
<style>
a { background-color: #A33F87; }
a { background-color: rgb(163,63,135); }
div.DivClassName
{
background-color: #A33F87;
}
.BgClassName
{
background-color: #A33F87;
}
</style>
border-color css
<style>
span { border-color: #A33F87; }
span { border-color: rgb(163,63,135); }
td.TdClassName
{
border-color: #A33F87;
}
.TagClassName
{
border-color: #A33F87;
}
</style>