Shades of Medium Red Violet #AC308E
Tints of Medium Red Violet #AC308E
RGB
CMYK
RGB Variations
Color information
#AC308E (or 0xAC308E) is known color: Medium Red Violet. HEX triplet: AC, 30 and 8E. RGB value is (172,48,142). Sum of RGB (Red+Green+Blue) = 172+48+142=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 48 (19.14% from 255 or 13.26% from 362); Blue value is 142 (55.86% from 255 or 39.23% from 362); Max value from RGB is 172 - color contains mainly: red. Hex color #AC308E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC308E is #53CF71. Grayscale: #5F5F5F. Windows color (decimal): -5492594 or 9318572. OLE color: 9318572.
HSL color Cylindrical-coordinate representation of color #AC308E: hue angle of 314.52º 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 #AC308E is Cyan = 0, Magento = 0.72, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 142 | - |
| CMYK | 0 | 0.72 | 0.17 | 0.33 |
| HSL | 314.52º | 0.56% | 0.43% | - |
| HSV(B) | 314.52º | 0.72% | 0.67% | - |
| XYZ | 22.95 | 12.84 | 26.86 | - |
| YUV | 95.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 142 | 0 | 0.72 | 0.17 | 0.33 | 314.52 | 0.56 | 0.43 |
| Hex | AC | 30 | 8E | 0 | 48 | 11 | 21 | 13B | 38 | 2B |
| Octal | 254 | 60 | 216 | 0 | 110 | 21 | 41 | 473 | 70 | 53 |
| Binary | 10101100 | 110000 | 10001110 | 0 | 1001000 | 10001 | 100001 | 100111011 | 111000 | 101011 |
Color Harmonies of #AC308E
Complementary color
Monochromatic Colors of #AC308E
Black with #AC308E
Text Example
Text Example
White with #AC308E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC308E; }
p { color: rgb(172,48,142); }
H1.HeaderClassName
{
color: #AC308E;
}
.AnyTagClassName
{
color: #AC308E;
}
</style>
background-color css
<style>
a { background-color: #AC308E; }
a { background-color: rgb(172,48,142); }
div.DivClassName
{
background-color: #AC308E;
}
.BgClassName
{
background-color: #AC308E;
}
</style>
border-color css
<style>
span { border-color: #AC308E; }
span { border-color: rgb(172,48,142); }
td.TdClassName
{
border-color: #AC308E;
}
.TagClassName
{
border-color: #AC308E;
}
</style>