Shades of Medium Red Violet #AC307A
Tints of Medium Red Violet #AC307A
RGB
CMYK
RGB Variations
Color information
#AC307A (or 0xAC307A) is known color: Medium Red Violet. HEX triplet: AC, 30 and 7A. RGB value is (172,48,122). Sum of RGB (Red+Green+Blue) = 172+48+122=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 48 (19.14% from 255 or 14.04% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC307A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC307A is #53CF85. Grayscale: #5D5D5D. Windows color (decimal): -5492614 or 8007852. OLE color: 8007852.
HSL color Cylindrical-coordinate representation of color #AC307A: hue angle of 324.19º 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 #AC307A is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 122 | - |
| CMYK | 0 | 0.72 | 0.29 | 0.33 |
| HSL | 324.19º | 0.56% | 0.43% | - |
| HSV(B) | 324.19º | 0.72% | 0.67% | - |
| XYZ | 21.58 | 12.29 | 19.65 | - |
| YUV | 93.51 | 144.08 | 183.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 122 | 0 | 0.72 | 0.29 | 0.33 | 324.19 | 0.56 | 0.43 |
| Hex | AC | 30 | 7A | 0 | 48 | 1D | 21 | 144 | 38 | 2B |
| Octal | 254 | 60 | 172 | 0 | 110 | 35 | 41 | 504 | 70 | 53 |
| Binary | 10101100 | 110000 | 1111010 | 0 | 1001000 | 11101 | 100001 | 101000100 | 111000 | 101011 |
Color Harmonies of #AC307A
Complementary color
Monochromatic Colors of #AC307A
Black with #AC307A
Text Example
Text Example
White with #AC307A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC307A; }
p { color: rgb(172,48,122); }
H1.HeaderClassName
{
color: #AC307A;
}
.AnyTagClassName
{
color: #AC307A;
}
</style>
background-color css
<style>
a { background-color: #AC307A; }
a { background-color: rgb(172,48,122); }
div.DivClassName
{
background-color: #AC307A;
}
.BgClassName
{
background-color: #AC307A;
}
</style>
border-color css
<style>
span { border-color: #AC307A; }
span { border-color: rgb(172,48,122); }
td.TdClassName
{
border-color: #AC307A;
}
.TagClassName
{
border-color: #AC307A;
}
</style>