Shades of Medium Violet Red #AC038B
Tints of Medium Violet Red #AC038B
RGB
CMYK
RGB Variations
Color information
#AC038B (or 0xAC038B) is known color: Medium Violet Red. HEX triplet: AC, 03 and 8B. RGB value is (172,3,139). Sum of RGB (Red+Green+Blue) = 172+3+139=314 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.78% from 314); Green value is 3 (1.56% from 255 or 0.96% from 314); Blue value is 139 (54.69% from 255 or 44.27% from 314); Max value from RGB is 172 - color contains mainly: red. Hex color #AC038B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC038B is #53FC74. Grayscale: #444444. Windows color (decimal): -5504117 or 9110444. OLE color: 9110444.
HSL color Cylindrical-coordinate representation of color #AC038B: hue angle of 311.72º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC038B is Cyan = 0, Magento = 0.98, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 3 | 139 | - |
| CMYK | 0 | 0.98 | 0.19 | 0.33 |
| HSL | 311.72º | 0.97% | 0.34% | - |
| HSV(B) | 311.72º | 0.98% | 0.67% | - |
| XYZ | 21.71 | 10.7 | 25.35 | - |
| YUV | 69.04 | 167.49 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 3 | 139 | 0 | 0.98 | 0.19 | 0.33 | 311.72 | 0.97 | 0.34 |
| Hex | AC | 3 | 8B | 0 | 62 | 13 | 21 | 138 | 61 | 22 |
| Octal | 254 | 3 | 213 | 0 | 142 | 23 | 41 | 470 | 141 | 42 |
| Binary | 10101100 | 11 | 10001011 | 0 | 1100010 | 10011 | 100001 | 100111000 | 1100001 | 100010 |
Color Harmonies of #AC038B
Complementary color
Monochromatic Colors of #AC038B
Black with #AC038B
Text Example
Text Example
White with #AC038B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC038B; }
p { color: rgb(172,3,139); }
H1.HeaderClassName
{
color: #AC038B;
}
.AnyTagClassName
{
color: #AC038B;
}
</style>
background-color css
<style>
a { background-color: #AC038B; }
a { background-color: rgb(172,3,139); }
div.DivClassName
{
background-color: #AC038B;
}
.BgClassName
{
background-color: #AC038B;
}
</style>
border-color css
<style>
span { border-color: #AC038B; }
span { border-color: rgb(172,3,139); }
td.TdClassName
{
border-color: #AC038B;
}
.TagClassName
{
border-color: #AC038B;
}
</style>