Shades of Medium Red Violet #A8389C
Tints of Medium Red Violet #A8389C
RGB
CMYK
RGB Variations
Color information
#A8389C (or 0xA8389C) is known color: Medium Red Violet. HEX triplet: A8, 38 and 9C. RGB value is (168,56,156). Sum of RGB (Red+Green+Blue) = 168+56+156=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 56 (22.27% from 255 or 14.74% from 380); Blue value is 156 (61.33% from 255 or 41.05% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8389C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8389C is #57C763. Grayscale: #646464. Windows color (decimal): -5752676 or 10238120. OLE color: 10238120.
HSL color Cylindrical-coordinate representation of color #A8389C: hue angle of 306.43º 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 #A8389C is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 56 | 156 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.34 |
| HSL | 306.43º | 0.5% | 0.44% | - |
| HSV(B) | 306.43º | 0.67% | 0.66% | - |
| XYZ | 23.56 | 13.55 | 32.83 | - |
| YUV | 100.89 | 159.11 | 175.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 56 | 156 | 0 | 0.67 | 0.07 | 0.34 | 306.43 | 0.5 | 0.44 |
| Hex | A8 | 38 | 9C | 0 | 43 | 7 | 22 | 132 | 32 | 2C |
| Octal | 250 | 70 | 234 | 0 | 103 | 7 | 42 | 462 | 62 | 54 |
| Binary | 10101000 | 111000 | 10011100 | 0 | 1000011 | 111 | 100010 | 100110010 | 110010 | 101100 |
Color Harmonies of #A8389C
Complementary color
Monochromatic Colors of #A8389C
Black with #A8389C
Text Example
Text Example
White with #A8389C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8389C; }
p { color: rgb(168,56,156); }
H1.HeaderClassName
{
color: #A8389C;
}
.AnyTagClassName
{
color: #A8389C;
}
</style>
background-color css
<style>
a { background-color: #A8389C; }
a { background-color: rgb(168,56,156); }
div.DivClassName
{
background-color: #A8389C;
}
.BgClassName
{
background-color: #A8389C;
}
</style>
border-color css
<style>
span { border-color: #A8389C; }
span { border-color: rgb(168,56,156); }
td.TdClassName
{
border-color: #A8389C;
}
.TagClassName
{
border-color: #A8389C;
}
</style>