Shades of Medium Red Violet #A93E8B
Tints of Medium Red Violet #A93E8B
RGB
CMYK
RGB Variations
Color information
#A93E8B (or 0xA93E8B) is known color: Medium Red Violet. HEX triplet: A9, 3E and 8B. RGB value is (169,62,139). Sum of RGB (Red+Green+Blue) = 169+62+139=370 (49% of max value = 765). Red value is 169 (66.41% from 255 or 45.68% from 370); Green value is 62 (24.61% from 255 or 16.76% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 169 - color contains mainly: red. Hex color #A93E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A93E8B is #56C174. Grayscale: #666666. Windows color (decimal): -5685621 or 9125545. OLE color: 9125545.
HSL color Cylindrical-coordinate representation of color #A93E8B: hue angle of 316.82º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A93E8B is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 62 | 139 | - |
| CMYK | 0 | 0.63 | 0.18 | 0.34 |
| HSL | 316.82º | 0.46% | 0.45% | - |
| HSV(B) | 316.82º | 0.63% | 0.66% | - |
| XYZ | 22.75 | 13.74 | 25.88 | - |
| YUV | 102.77 | 148.45 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 62 | 139 | 0 | 0.63 | 0.18 | 0.34 | 316.82 | 0.46 | 0.45 |
| Hex | A9 | 3E | 8B | 0 | 3F | 12 | 22 | 13D | 2E | 2D |
| Octal | 251 | 76 | 213 | 0 | 77 | 22 | 42 | 475 | 56 | 55 |
| Binary | 10101001 | 111110 | 10001011 | 0 | 111111 | 10010 | 100010 | 100111101 | 101110 | 101101 |
Color Harmonies of #A93E8B
Complementary color
Monochromatic Colors of #A93E8B
Black with #A93E8B
Text Example
Text Example
White with #A93E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93E8B; }
p { color: rgb(169,62,139); }
H1.HeaderClassName
{
color: #A93E8B;
}
.AnyTagClassName
{
color: #A93E8B;
}
</style>
background-color css
<style>
a { background-color: #A93E8B; }
a { background-color: rgb(169,62,139); }
div.DivClassName
{
background-color: #A93E8B;
}
.BgClassName
{
background-color: #A93E8B;
}
</style>
border-color css
<style>
span { border-color: #A93E8B; }
span { border-color: rgb(169,62,139); }
td.TdClassName
{
border-color: #A93E8B;
}
.TagClassName
{
border-color: #A93E8B;
}
</style>