Shades of Medium Red Violet #A8399C
Tints of Medium Red Violet #A8399C
RGB
CMYK
RGB Variations
Color information
#A8399C (or 0xA8399C) is known color: Medium Red Violet. HEX triplet: A8, 39 and 9C. RGB value is (168,57,156). Sum of RGB (Red+Green+Blue) = 168+57+156=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 57 (22.66% from 255 or 14.96% from 381); Blue value is 156 (61.33% from 255 or 40.94% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8399C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8399C is #57C663. Grayscale: #656565. Windows color (decimal): -5752420 or 10238376. OLE color: 10238376.
HSL color Cylindrical-coordinate representation of color #A8399C: hue angle of 306.49º degrees, saturation: 0.49, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A8399C is Cyan = 0, Magento = 0.66, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 57 | 156 | - |
| CMYK | 0 | 0.66 | 0.07 | 0.34 |
| HSL | 306.49º | 0.49% | 0.44% | - |
| HSV(B) | 306.49º | 0.66% | 0.66% | - |
| XYZ | 23.61 | 13.65 | 32.84 | - |
| YUV | 101.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 57 | 156 | 0 | 0.66 | 0.07 | 0.34 | 306.49 | 0.49 | 0.44 |
| Hex | A8 | 39 | 9C | 0 | 42 | 7 | 22 | 132 | 31 | 2C |
| Octal | 250 | 71 | 234 | 0 | 102 | 7 | 42 | 462 | 61 | 54 |
| Binary | 10101000 | 111001 | 10011100 | 0 | 1000010 | 111 | 100010 | 100110010 | 110001 | 101100 |
Color Harmonies of #A8399C
Complementary color
Monochromatic Colors of #A8399C
Black with #A8399C
Text Example
Text Example
White with #A8399C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8399C; }
p { color: rgb(168,57,156); }
H1.HeaderClassName
{
color: #A8399C;
}
.AnyTagClassName
{
color: #A8399C;
}
</style>
background-color css
<style>
a { background-color: #A8399C; }
a { background-color: rgb(168,57,156); }
div.DivClassName
{
background-color: #A8399C;
}
.BgClassName
{
background-color: #A8399C;
}
</style>
border-color css
<style>
span { border-color: #A8399C; }
span { border-color: rgb(168,57,156); }
td.TdClassName
{
border-color: #A8399C;
}
.TagClassName
{
border-color: #A8399C;
}
</style>