Shades of Medium Red Violet #A93F7B
Tints of Medium Red Violet #A93F7B
RGB
CMYK
RGB Variations
Color information
#A93F7B (or 0xA93F7B) is known color: Medium Red Violet. HEX triplet: A9, 3F and 7B. RGB value is (169,63,123). Sum of RGB (Red+Green+Blue) = 169+63+123=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 63 (25% from 255 or 17.75% from 355); Blue value is 123 (48.44% from 255 or 34.65% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A93F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A93F7B is #56C084. Grayscale: #656565. Windows color (decimal): -5685381 or 8077225. OLE color: 8077225.
HSL color Cylindrical-coordinate representation of color #A93F7B: hue angle of 326.04º 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 #A93F7B is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 63 | 123 | - |
| CMYK | 0 | 0.63 | 0.27 | 0.34 |
| HSL | 326.04º | 0.46% | 0.45% | - |
| HSV(B) | 326.04º | 0.63% | 0.66% | - |
| XYZ | 21.71 | 13.42 | 20.18 | - |
| YUV | 101.53 | 140.12 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 63 | 123 | 0 | 0.63 | 0.27 | 0.34 | 326.04 | 0.46 | 0.45 |
| Hex | A9 | 3F | 7B | 0 | 3F | 1B | 22 | 146 | 2E | 2D |
| Octal | 251 | 77 | 173 | 0 | 77 | 33 | 42 | 506 | 56 | 55 |
| Binary | 10101001 | 111111 | 1111011 | 0 | 111111 | 11011 | 100010 | 101000110 | 101110 | 101101 |
Color Harmonies of #A93F7B
Complementary color
Monochromatic Colors of #A93F7B
Black with #A93F7B
Text Example
Text Example
White with #A93F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A93F7B; }
p { color: rgb(169,63,123); }
H1.HeaderClassName
{
color: #A93F7B;
}
.AnyTagClassName
{
color: #A93F7B;
}
</style>
background-color css
<style>
a { background-color: #A93F7B; }
a { background-color: rgb(169,63,123); }
div.DivClassName
{
background-color: #A93F7B;
}
.BgClassName
{
background-color: #A93F7B;
}
</style>
border-color css
<style>
span { border-color: #A93F7B; }
span { border-color: rgb(169,63,123); }
td.TdClassName
{
border-color: #A93F7B;
}
.TagClassName
{
border-color: #A93F7B;
}
</style>