Shades of Medium Red Violet #AC309C
Tints of Medium Red Violet #AC309C
RGB
CMYK
RGB Variations
Color information
#AC309C (or 0xAC309C) is known color: Medium Red Violet. HEX triplet: AC, 30 and 9C. RGB value is (172,48,156). Sum of RGB (Red+Green+Blue) = 172+48+156=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC309C is #53CF63. Grayscale: #616161. Windows color (decimal): -5492580 or 10236076. OLE color: 10236076.
HSL color Cylindrical-coordinate representation of color #AC309C: hue angle of 307.74º 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 #AC309C is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 156 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.33 |
| HSL | 307.74º | 0.56% | 0.43% | - |
| HSV(B) | 307.74º | 0.72% | 0.67% | - |
| XYZ | 24.07 | 13.28 | 32.75 | - |
| YUV | 97.39 | 161.08 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 156 | 0 | 0.72 | 0.09 | 0.33 | 307.74 | 0.56 | 0.43 |
| Hex | AC | 30 | 9C | 0 | 48 | 9 | 21 | 134 | 38 | 2B |
| Octal | 254 | 60 | 234 | 0 | 110 | 11 | 41 | 464 | 70 | 53 |
| Binary | 10101100 | 110000 | 10011100 | 0 | 1001000 | 1001 | 100001 | 100110100 | 111000 | 101011 |
Color Harmonies of #AC309C
Complementary color
Monochromatic Colors of #AC309C
Black with #AC309C
Text Example
Text Example
White with #AC309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC309C; }
p { color: rgb(172,48,156); }
H1.HeaderClassName
{
color: #AC309C;
}
.AnyTagClassName
{
color: #AC309C;
}
</style>
background-color css
<style>
a { background-color: #AC309C; }
a { background-color: rgb(172,48,156); }
div.DivClassName
{
background-color: #AC309C;
}
.BgClassName
{
background-color: #AC309C;
}
</style>
border-color css
<style>
span { border-color: #AC309C; }
span { border-color: rgb(172,48,156); }
td.TdClassName
{
border-color: #AC309C;
}
.TagClassName
{
border-color: #AC309C;
}
</style>