Shades of Medium Red Violet #AC308C
Tints of Medium Red Violet #AC308C
RGB
CMYK
RGB Variations
Color information
#AC308C (or 0xAC308C) is known color: Medium Red Violet. HEX triplet: AC, 30 and 8C. RGB value is (172,48,140). Sum of RGB (Red+Green+Blue) = 172+48+140=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 48 (19.14% from 255 or 13.33% from 360); Blue value is 140 (55.08% from 255 or 38.89% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC308C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC308C is #53CF73. Grayscale: #5F5F5F. Windows color (decimal): -5492596 or 9187500. OLE color: 9187500.
HSL color Cylindrical-coordinate representation of color #AC308C: hue angle of 315.48º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC308C is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 140 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.33 |
| HSL | 315.48º | 0.56% | 0.43% | - |
| HSV(B) | 315.48º | 0.72% | 0.67% | - |
| XYZ | 22.8 | 12.78 | 26.08 | - |
| YUV | 95.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 140 | 0 | 0.72 | 0.19 | 0.33 | 315.48 | 0.56 | 0.43 |
| Hex | AC | 30 | 8C | 0 | 48 | 13 | 21 | 13B | 38 | 2B |
| Octal | 254 | 60 | 214 | 0 | 110 | 23 | 41 | 473 | 70 | 53 |
| Binary | 10101100 | 110000 | 10001100 | 0 | 1001000 | 10011 | 100001 | 100111011 | 111000 | 101011 |
Color Harmonies of #AC308C
Complementary color
Monochromatic Colors of #AC308C
Black with #AC308C
Text Example
Text Example
White with #AC308C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC308C; }
p { color: rgb(172,48,140); }
H1.HeaderClassName
{
color: #AC308C;
}
.AnyTagClassName
{
color: #AC308C;
}
</style>
background-color css
<style>
a { background-color: #AC308C; }
a { background-color: rgb(172,48,140); }
div.DivClassName
{
background-color: #AC308C;
}
.BgClassName
{
background-color: #AC308C;
}
</style>
border-color css
<style>
span { border-color: #AC308C; }
span { border-color: rgb(172,48,140); }
td.TdClassName
{
border-color: #AC308C;
}
.TagClassName
{
border-color: #AC308C;
}
</style>