Shades of Medium Red Violet #A7389A
Tints of Medium Red Violet #A7389A
RGB
CMYK
RGB Variations
Color information
#A7389A (or 0xA7389A) is known color: Medium Red Violet. HEX triplet: A7, 38 and 9A. RGB value is (167,56,154). Sum of RGB (Red+Green+Blue) = 167+56+154=377 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.30% from 377); Green value is 56 (22.27% from 255 or 14.85% from 377); Blue value is 154 (60.55% from 255 or 40.85% from 377); Max value from RGB is 167 - color contains mainly: red. Hex color #A7389A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A7389A is #58C765. Grayscale: #646464. Windows color (decimal): -5818214 or 10107047. OLE color: 10107047.
HSL color Cylindrical-coordinate representation of color #A7389A: hue angle of 307.03º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A7389A is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 56 | 154 | - |
| CMYK | 0 | 0.66 | 0.08 | 0.35 |
| HSL | 307.03º | 0.5% | 0.44% | - |
| HSV(B) | 307.03º | 0.66% | 0.65% | - |
| XYZ | 23.18 | 13.38 | 31.93 | - |
| YUV | 100.36 | 158.27 | 175.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 56 | 154 | 0 | 0.66 | 0.08 | 0.35 | 307.03 | 0.5 | 0.44 |
| Hex | A7 | 38 | 9A | 0 | 42 | 8 | 23 | 133 | 32 | 2C |
| Octal | 247 | 70 | 232 | 0 | 102 | 10 | 43 | 463 | 62 | 54 |
| Binary | 10100111 | 111000 | 10011010 | 0 | 1000010 | 1000 | 100011 | 100110011 | 110010 | 101100 |
Color Harmonies of #A7389A
Complementary color
Monochromatic Colors of #A7389A
Black with #A7389A
Text Example
Text Example
White with #A7389A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7389A; }
p { color: rgb(167,56,154); }
H1.HeaderClassName
{
color: #A7389A;
}
.AnyTagClassName
{
color: #A7389A;
}
</style>
background-color css
<style>
a { background-color: #A7389A; }
a { background-color: rgb(167,56,154); }
div.DivClassName
{
background-color: #A7389A;
}
.BgClassName
{
background-color: #A7389A;
}
</style>
border-color css
<style>
span { border-color: #A7389A; }
span { border-color: rgb(167,56,154); }
td.TdClassName
{
border-color: #A7389A;
}
.TagClassName
{
border-color: #A7389A;
}
</style>