Shades of Medium Violet Red #AC0883
Tints of Medium Violet Red #AC0883
RGB
CMYK
RGB Variations
Color information
#AC0883 (or 0xAC0883) is known color: Medium Violet Red. HEX triplet: AC, 08 and 83. RGB value is (172,8,131). Sum of RGB (Red+Green+Blue) = 172+8+131=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 8 (3.52% from 255 or 2.57% from 311); Blue value is 131 (51.56% from 255 or 42.12% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0883 is #53F77C. Grayscale: #464646. Windows color (decimal): -5502845 or 8587436. OLE color: 8587436.
HSL color Cylindrical-coordinate representation of color #AC0883: hue angle of 315º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AC0883 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 8 | 131 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.33 |
| HSL | 315º | 0.91% | 0.35% | - |
| HSV(B) | 315º | 0.95% | 0.67% | - |
| XYZ | 21.2 | 10.58 | 22.4 | - |
| YUV | 71.06 | 161.83 | 200 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 8 | 131 | 0 | 0.95 | 0.24 | 0.33 | 315 | 0.91 | 0.35 |
| Hex | AC | 8 | 83 | 0 | 5F | 18 | 21 | 13B | 5B | 23 |
| Octal | 254 | 10 | 203 | 0 | 137 | 30 | 41 | 473 | 133 | 43 |
| Binary | 10101100 | 1000 | 10000011 | 0 | 1011111 | 11000 | 100001 | 100111011 | 1011011 | 100011 |
Color Harmonies of #AC0883
Complementary color
Monochromatic Colors of #AC0883
Black with #AC0883
Text Example
Text Example
White with #AC0883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC0883; }
p { color: rgb(172,8,131); }
H1.HeaderClassName
{
color: #AC0883;
}
.AnyTagClassName
{
color: #AC0883;
}
</style>
background-color css
<style>
a { background-color: #AC0883; }
a { background-color: rgb(172,8,131); }
div.DivClassName
{
background-color: #AC0883;
}
.BgClassName
{
background-color: #AC0883;
}
</style>
border-color css
<style>
span { border-color: #AC0883; }
span { border-color: rgb(172,8,131); }
td.TdClassName
{
border-color: #AC0883;
}
.TagClassName
{
border-color: #AC0883;
}
</style>