Shades of Medium Red Violet #AC30A3
Tints of Medium Red Violet #AC30A3
RGB
CMYK
RGB Variations
Color information
#AC30A3 (or 0xAC30A3) is known color: Medium Red Violet. HEX triplet: AC, 30 and A3. RGB value is (172,48,163). Sum of RGB (Red+Green+Blue) = 172+48+163=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 48 (19.14% from 255 or 12.53% from 383); Blue value is 163 (64.06% from 255 or 42.56% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC30A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC30A3 is #53CF5C. Grayscale: #616161. Windows color (decimal): -5492573 or 10694828. OLE color: 10694828.
HSL color Cylindrical-coordinate representation of color #AC30A3: hue angle of 304.35º 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 #AC30A3 is Cyan = 0, Magento = 0.72, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 163 | - |
| CMYK | 0 | 0.72 | 0.05 | 0.33 |
| HSL | 304.35º | 0.56% | 0.43% | - |
| HSV(B) | 304.35º | 0.72% | 0.67% | - |
| XYZ | 24.68 | 13.53 | 35.96 | - |
| YUV | 98.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 163 | 0 | 0.72 | 0.05 | 0.33 | 304.35 | 0.56 | 0.43 |
| Hex | AC | 30 | A3 | 0 | 48 | 5 | 21 | 130 | 38 | 2B |
| Octal | 254 | 60 | 243 | 0 | 110 | 5 | 41 | 460 | 70 | 53 |
| Binary | 10101100 | 110000 | 10100011 | 0 | 1001000 | 101 | 100001 | 100110000 | 111000 | 101011 |
Color Harmonies of #AC30A3
Complementary color
Monochromatic Colors of #AC30A3
Black with #AC30A3
Text Example
Text Example
White with #AC30A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC30A3; }
p { color: rgb(172,48,163); }
H1.HeaderClassName
{
color: #AC30A3;
}
.AnyTagClassName
{
color: #AC30A3;
}
</style>
background-color css
<style>
a { background-color: #AC30A3; }
a { background-color: rgb(172,48,163); }
div.DivClassName
{
background-color: #AC30A3;
}
.BgClassName
{
background-color: #AC30A3;
}
</style>
border-color css
<style>
span { border-color: #AC30A3; }
span { border-color: rgb(172,48,163); }
td.TdClassName
{
border-color: #AC30A3;
}
.TagClassName
{
border-color: #AC30A3;
}
</style>