Shades of Medium Red Violet #AC409A
Tints of Medium Red Violet #AC409A
RGB
CMYK
RGB Variations
Color information
#AC409A (or 0xAC409A) is known color: Medium Red Violet. HEX triplet: AC, 40 and 9A. RGB value is (172,64,154). Sum of RGB (Red+Green+Blue) = 172+64+154=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 154 (60.55% from 255 or 39.49% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC409A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC409A is #53BF65. Grayscale: #6A6A6A. Windows color (decimal): -5488486 or 10109100. OLE color: 10109100.
HSL color Cylindrical-coordinate representation of color #AC409A: hue angle of 310º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC409A is Cyan = 0, Magento = 0.63, Yellow = 0.10 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 154 | - |
| CMYK | 0 | 0.63 | 0.10 | 0.33 |
| HSL | 310º | 0.46% | 0.46% | - |
| HSV(B) | 310º | 0.63% | 0.67% | - |
| XYZ | 24.68 | 14.77 | 32.12 | - |
| YUV | 106.55 | 154.78 | 174.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 154 | 0 | 0.63 | 0.10 | 0.33 | 310 | 0.46 | 0.46 |
| Hex | AC | 40 | 9A | 0 | 3F | A | 21 | 136 | 2E | 2E |
| Octal | 254 | 100 | 232 | 0 | 77 | 12 | 41 | 466 | 56 | 56 |
| Binary | 10101100 | 1000000 | 10011010 | 0 | 111111 | 1010 | 100001 | 100110110 | 101110 | 101110 |
Color Harmonies of #AC409A
Complementary color
Monochromatic Colors of #AC409A
Black with #AC409A
Text Example
Text Example
White with #AC409A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC409A; }
p { color: rgb(172,64,154); }
H1.HeaderClassName
{
color: #AC409A;
}
.AnyTagClassName
{
color: #AC409A;
}
</style>
background-color css
<style>
a { background-color: #AC409A; }
a { background-color: rgb(172,64,154); }
div.DivClassName
{
background-color: #AC409A;
}
.BgClassName
{
background-color: #AC409A;
}
</style>
border-color css
<style>
span { border-color: #AC409A; }
span { border-color: rgb(172,64,154); }
td.TdClassName
{
border-color: #AC409A;
}
.TagClassName
{
border-color: #AC409A;
}
</style>