Shades of Medium Red Violet #AC408A
Tints of Medium Red Violet #AC408A
RGB
CMYK
RGB Variations
Color information
#AC408A (or 0xAC408A) is known color: Medium Red Violet. HEX triplet: AC, 40 and 8A. RGB value is (172,64,138). Sum of RGB (Red+Green+Blue) = 172+64+138=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC408A is #53BF75. Grayscale: #686868. Windows color (decimal): -5488502 or 9060524. OLE color: 9060524.
HSL color Cylindrical-coordinate representation of color #AC408A: hue angle of 318.89º 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 #AC408A is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 64 | 138 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.33 |
| HSL | 318.89º | 0.46% | 0.46% | - |
| HSV(B) | 318.89º | 0.63% | 0.67% | - |
| XYZ | 23.43 | 14.27 | 25.56 | - |
| YUV | 104.73 | 146.78 | 175.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 138 | 0 | 0.63 | 0.20 | 0.33 | 318.89 | 0.46 | 0.46 |
| Hex | AC | 40 | 8A | 0 | 3F | 14 | 21 | 13F | 2E | 2E |
| Octal | 254 | 100 | 212 | 0 | 77 | 24 | 41 | 477 | 56 | 56 |
| Binary | 10101100 | 1000000 | 10001010 | 0 | 111111 | 10100 | 100001 | 100111111 | 101110 | 101110 |
Color Harmonies of #AC408A
Complementary color
Monochromatic Colors of #AC408A
Black with #AC408A
Text Example
Text Example
White with #AC408A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC408A; }
p { color: rgb(172,64,138); }
H1.HeaderClassName
{
color: #AC408A;
}
.AnyTagClassName
{
color: #AC408A;
}
</style>
background-color css
<style>
a { background-color: #AC408A; }
a { background-color: rgb(172,64,138); }
div.DivClassName
{
background-color: #AC408A;
}
.BgClassName
{
background-color: #AC408A;
}
</style>
border-color css
<style>
span { border-color: #AC408A; }
span { border-color: rgb(172,64,138); }
td.TdClassName
{
border-color: #AC408A;
}
.TagClassName
{
border-color: #AC408A;
}
</style>