Shades of Medium Red Violet #A8348C
Tints of Medium Red Violet #A8348C
RGB
CMYK
RGB Variations
Color information
#A8348C (or 0xA8348C) is known color: Medium Red Violet. HEX triplet: A8, 34 and 8C. RGB value is (168,52,140). Sum of RGB (Red+Green+Blue) = 168+52+140=360 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.67% from 360); Green value is 52 (20.70% from 255 or 14.44% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 168 - color contains mainly: red. Hex color #A8348C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A8348C is #57CB73. Grayscale: #606060. Windows color (decimal): -5753716 or 9188520. OLE color: 9188520.
HSL color Cylindrical-coordinate representation of color #A8348C: hue angle of 314.48º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A8348C is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 52 | 140 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.34 |
| HSL | 314.48º | 0.53% | 0.43% | - |
| HSV(B) | 314.48º | 0.69% | 0.66% | - |
| XYZ | 22.11 | 12.67 | 26.09 | - |
| YUV | 96.72 | 152.43 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 52 | 140 | 0 | 0.69 | 0.17 | 0.34 | 314.48 | 0.53 | 0.43 |
| Hex | A8 | 34 | 8C | 0 | 45 | 11 | 22 | 13A | 35 | 2B |
| Octal | 250 | 64 | 214 | 0 | 105 | 21 | 42 | 472 | 65 | 53 |
| Binary | 10101000 | 110100 | 10001100 | 0 | 1000101 | 10001 | 100010 | 100111010 | 110101 | 101011 |
Color Harmonies of #A8348C
Complementary color
Monochromatic Colors of #A8348C
Black with #A8348C
Text Example
Text Example
White with #A8348C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8348C; }
p { color: rgb(168,52,140); }
H1.HeaderClassName
{
color: #A8348C;
}
.AnyTagClassName
{
color: #A8348C;
}
</style>
background-color css
<style>
a { background-color: #A8348C; }
a { background-color: rgb(168,52,140); }
div.DivClassName
{
background-color: #A8348C;
}
.BgClassName
{
background-color: #A8348C;
}
</style>
border-color css
<style>
span { border-color: #A8348C; }
span { border-color: rgb(168,52,140); }
td.TdClassName
{
border-color: #A8348C;
}
.TagClassName
{
border-color: #A8348C;
}
</style>