Shades of Medium Red Violet #AC23A8
Tints of Medium Red Violet #AC23A8
RGB
CMYK
RGB Variations
Color information
#AC23A8 (or 0xAC23A8) is known color: Medium Red Violet. HEX triplet: AC, 23 and A8. RGB value is (172,35,168). Sum of RGB (Red+Green+Blue) = 172+35+168=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 35 (14.06% from 255 or 9.33% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC23A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC23A8 is #53DC57. Grayscale: #5A5A5A. Windows color (decimal): -5495896 or 11019180. OLE color: 11019180.
HSL color Cylindrical-coordinate representation of color #AC23A8: hue angle of 301.75º degrees, saturation: 0.66, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC23A8 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 35 | 168 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.33 |
| HSL | 301.75º | 0.66% | 0.41% | - |
| HSV(B) | 301.75º | 0.8% | 0.67% | - |
| XYZ | 24.68 | 12.8 | 38.22 | - |
| YUV | 91.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 35 | 168 | 0 | 0.80 | 0.02 | 0.33 | 301.75 | 0.66 | 0.41 |
| Hex | AC | 23 | A8 | 0 | 50 | 2 | 21 | 12E | 42 | 29 |
| Octal | 254 | 43 | 250 | 0 | 120 | 2 | 41 | 456 | 102 | 51 |
| Binary | 10101100 | 100011 | 10101000 | 0 | 1010000 | 10 | 100001 | 100101110 | 1000010 | 101001 |
Color Harmonies of #AC23A8
Complementary color
Monochromatic Colors of #AC23A8
Black with #AC23A8
Text Example
Text Example
White with #AC23A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC23A8; }
p { color: rgb(172,35,168); }
H1.HeaderClassName
{
color: #AC23A8;
}
.AnyTagClassName
{
color: #AC23A8;
}
</style>
background-color css
<style>
a { background-color: #AC23A8; }
a { background-color: rgb(172,35,168); }
div.DivClassName
{
background-color: #AC23A8;
}
.BgClassName
{
background-color: #AC23A8;
}
</style>
border-color css
<style>
span { border-color: #AC23A8; }
span { border-color: rgb(172,35,168); }
td.TdClassName
{
border-color: #AC23A8;
}
.TagClassName
{
border-color: #AC23A8;
}
</style>