Shades of Medium Red Violet #AC4299
Tints of Medium Red Violet #AC4299
RGB
CMYK
RGB Variations
Color information
#AC4299 (or 0xAC4299) is known color: Medium Red Violet. HEX triplet: AC, 42 and 99. RGB value is (172,66,153). Sum of RGB (Red+Green+Blue) = 172+66+153=391 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.99% from 391); Green value is 66 (26.17% from 255 or 16.88% from 391); Blue value is 153 (60.16% from 255 or 39.13% from 391); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4299 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4299 is #53BD66. Grayscale: #6B6B6B. Windows color (decimal): -5487975 or 10044076. OLE color: 10044076.
HSL color Cylindrical-coordinate representation of color #AC4299: hue angle of 310.75º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4299 is Cyan = 0, Magento = 0.62, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 153 | - |
| CMYK | 0 | 0.62 | 0.11 | 0.33 |
| HSL | 310.75º | 0.45% | 0.47% | - |
| HSV(B) | 310.75º | 0.62% | 0.67% | - |
| XYZ | 24.71 | 14.97 | 31.72 | - |
| YUV | 107.61 | 153.62 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 153 | 0 | 0.62 | 0.11 | 0.33 | 310.75 | 0.45 | 0.47 |
| Hex | AC | 42 | 99 | 0 | 3E | B | 21 | 137 | 2D | 2F |
| Octal | 254 | 102 | 231 | 0 | 76 | 13 | 41 | 467 | 55 | 57 |
| Binary | 10101100 | 1000010 | 10011001 | 0 | 111110 | 1011 | 100001 | 100110111 | 101101 | 101111 |
Color Harmonies of #AC4299
Complementary color
Monochromatic Colors of #AC4299
Black with #AC4299
Text Example
Text Example
White with #AC4299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4299; }
p { color: rgb(172,66,153); }
H1.HeaderClassName
{
color: #AC4299;
}
.AnyTagClassName
{
color: #AC4299;
}
</style>
background-color css
<style>
a { background-color: #AC4299; }
a { background-color: rgb(172,66,153); }
div.DivClassName
{
background-color: #AC4299;
}
.BgClassName
{
background-color: #AC4299;
}
</style>
border-color css
<style>
span { border-color: #AC4299; }
span { border-color: rgb(172,66,153); }
td.TdClassName
{
border-color: #AC4299;
}
.TagClassName
{
border-color: #AC4299;
}
</style>