Shades of Medium Red Violet #AC418A
Tints of Medium Red Violet #AC418A
RGB
CMYK
RGB Variations
Color information
#AC418A (or 0xAC418A) is known color: Medium Red Violet. HEX triplet: AC, 41 and 8A. RGB value is (172,65,138). Sum of RGB (Red+Green+Blue) = 172+65+138=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 65 (25.78% from 255 or 17.33% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC418A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC418A is #53BE75. Grayscale: #696969. Windows color (decimal): -5488246 or 9060780. OLE color: 9060780.
HSL color Cylindrical-coordinate representation of color #AC418A: hue angle of 319.07º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC418A is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 65 | 138 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.33 |
| HSL | 319.07º | 0.45% | 0.46% | - |
| HSV(B) | 319.07º | 0.62% | 0.67% | - |
| XYZ | 23.49 | 14.39 | 25.58 | - |
| YUV | 105.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 65 | 138 | 0 | 0.62 | 0.20 | 0.33 | 319.07 | 0.45 | 0.46 |
| Hex | AC | 41 | 8A | 0 | 3E | 14 | 21 | 13F | 2D | 2E |
| Octal | 254 | 101 | 212 | 0 | 76 | 24 | 41 | 477 | 55 | 56 |
| Binary | 10101100 | 1000001 | 10001010 | 0 | 111110 | 10100 | 100001 | 100111111 | 101101 | 101110 |
Color Harmonies of #AC418A
Complementary color
Monochromatic Colors of #AC418A
Black with #AC418A
Text Example
Text Example
White with #AC418A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC418A; }
p { color: rgb(172,65,138); }
H1.HeaderClassName
{
color: #AC418A;
}
.AnyTagClassName
{
color: #AC418A;
}
</style>
background-color css
<style>
a { background-color: #AC418A; }
a { background-color: rgb(172,65,138); }
div.DivClassName
{
background-color: #AC418A;
}
.BgClassName
{
background-color: #AC418A;
}
</style>
border-color css
<style>
span { border-color: #AC418A; }
span { border-color: rgb(172,65,138); }
td.TdClassName
{
border-color: #AC418A;
}
.TagClassName
{
border-color: #AC418A;
}
</style>