Shades of Medium Red Violet #AC307B
Tints of Medium Red Violet #AC307B
RGB
CMYK
RGB Variations
Color information
#AC307B (or 0xAC307B) is known color: Medium Red Violet. HEX triplet: AC, 30 and 7B. RGB value is (172,48,123). Sum of RGB (Red+Green+Blue) = 172+48+123=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC307B is #53CF84. Grayscale: #5D5D5D. Windows color (decimal): -5492613 or 8073388. OLE color: 8073388.
HSL color Cylindrical-coordinate representation of color #AC307B: hue angle of 323.71º 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 #AC307B is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 48 | 123 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.33 |
| HSL | 323.71º | 0.56% | 0.43% | - |
| HSV(B) | 323.71º | 0.72% | 0.67% | - |
| XYZ | 21.65 | 12.31 | 19.98 | - |
| YUV | 93.63 | 144.58 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 123 | 0 | 0.72 | 0.28 | 0.33 | 323.71 | 0.56 | 0.43 |
| Hex | AC | 30 | 7B | 0 | 48 | 1C | 21 | 144 | 38 | 2B |
| Octal | 254 | 60 | 173 | 0 | 110 | 34 | 41 | 504 | 70 | 53 |
| Binary | 10101100 | 110000 | 1111011 | 0 | 1001000 | 11100 | 100001 | 101000100 | 111000 | 101011 |
Color Harmonies of #AC307B
Complementary color
Monochromatic Colors of #AC307B
Black with #AC307B
Text Example
Text Example
White with #AC307B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC307B; }
p { color: rgb(172,48,123); }
H1.HeaderClassName
{
color: #AC307B;
}
.AnyTagClassName
{
color: #AC307B;
}
</style>
background-color css
<style>
a { background-color: #AC307B; }
a { background-color: rgb(172,48,123); }
div.DivClassName
{
background-color: #AC307B;
}
.BgClassName
{
background-color: #AC307B;
}
</style>
border-color css
<style>
span { border-color: #AC307B; }
span { border-color: rgb(172,48,123); }
td.TdClassName
{
border-color: #AC307B;
}
.TagClassName
{
border-color: #AC307B;
}
</style>