Shades of Medium Red Violet #A8379C
Tints of Medium Red Violet #A8379C
RGB
CMYK
RGB Variations
Color information
#A8379C (or 0xA8379C) is known color: Medium Red Violet. HEX triplet: A8, 37 and 9C. RGB value is (168,55,156). Sum of RGB (Red+Green+Blue) = 168+55+156=379 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.33% from 379); Green value is 55 (21.88% from 255 or 14.51% from 379); Blue value is 156 (61.33% from 255 or 41.16% from 379); Max value from RGB is 168 - color contains mainly: red. Hex color #A8379C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8379C is #57C863. Grayscale: #646464. Windows color (decimal): -5752932 or 10237864. OLE color: 10237864.
HSL color Cylindrical-coordinate representation of color #A8379C: hue angle of 306.37º degrees, saturation: 0.51, 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 #A8379C is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 55 | 156 | - |
| CMYK | 0 | 0.67 | 0.07 | 0.34 |
| HSL | 306.37º | 0.51% | 0.44% | - |
| HSV(B) | 306.37º | 0.67% | 0.66% | - |
| XYZ | 23.52 | 13.46 | 32.81 | - |
| YUV | 100.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 55 | 156 | 0 | 0.67 | 0.07 | 0.34 | 306.37 | 0.51 | 0.44 |
| Hex | A8 | 37 | 9C | 0 | 43 | 7 | 22 | 132 | 33 | 2C |
| Octal | 250 | 67 | 234 | 0 | 103 | 7 | 42 | 462 | 63 | 54 |
| Binary | 10101000 | 110111 | 10011100 | 0 | 1000011 | 111 | 100010 | 100110010 | 110011 | 101100 |
Color Harmonies of #A8379C
Complementary color
Monochromatic Colors of #A8379C
Black with #A8379C
Text Example
Text Example
White with #A8379C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8379C; }
p { color: rgb(168,55,156); }
H1.HeaderClassName
{
color: #A8379C;
}
.AnyTagClassName
{
color: #A8379C;
}
</style>
background-color css
<style>
a { background-color: #A8379C; }
a { background-color: rgb(168,55,156); }
div.DivClassName
{
background-color: #A8379C;
}
.BgClassName
{
background-color: #A8379C;
}
</style>
border-color css
<style>
span { border-color: #A8379C; }
span { border-color: rgb(168,55,156); }
td.TdClassName
{
border-color: #A8379C;
}
.TagClassName
{
border-color: #A8379C;
}
</style>