Shades of Medium Red Violet #A8389D
Tints of Medium Red Violet #A8389D
RGB
CMYK
RGB Variations
Color information
#A8389D (or 0xA8389D) is known color: Medium Red Violet. HEX triplet: A8, 38 and 9D. RGB value is (168,56,157). Sum of RGB (Red+Green+Blue) = 168+56+157=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 56 (22.27% from 255 or 14.70% from 381); Blue value is 157 (61.72% from 255 or 41.21% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8389D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8389D is #57C762. Grayscale: #646464. Windows color (decimal): -5752675 or 10303656. OLE color: 10303656.
HSL color Cylindrical-coordinate representation of color #A8389D: hue angle of 305.89º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A8389D is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 157 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.34 |
| HSL | 305.89º | 0.5% | 0.44% | - |
| HSV(B) | 305.89º | 0.67% | 0.66% | - |
| XYZ | 23.65 | 13.59 | 33.27 | - |
| YUV | 101 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 157 | 0 | 0.67 | 0.07 | 0.34 | 305.89 | 0.5 | 0.44 |
| Hex | A8 | 38 | 9D | 0 | 43 | 7 | 22 | 132 | 32 | 2C |
| Octal | 250 | 70 | 235 | 0 | 103 | 7 | 42 | 462 | 62 | 54 |
| Binary | 10101000 | 111000 | 10011101 | 0 | 1000011 | 111 | 100010 | 100110010 | 110010 | 101100 |
Color Harmonies of #A8389D
Complementary color
Monochromatic Colors of #A8389D
Black with #A8389D
Text Example
Text Example
White with #A8389D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8389D; }
p { color: rgb(168,56,157); }
H1.HeaderClassName
{
color: #A8389D;
}
.AnyTagClassName
{
color: #A8389D;
}
</style>
background-color css
<style>
a { background-color: #A8389D; }
a { background-color: rgb(168,56,157); }
div.DivClassName
{
background-color: #A8389D;
}
.BgClassName
{
background-color: #A8389D;
}
</style>
border-color css
<style>
span { border-color: #A8389D; }
span { border-color: rgb(168,56,157); }
td.TdClassName
{
border-color: #A8389D;
}
.TagClassName
{
border-color: #A8389D;
}
</style>