Shades of Medium Violet Red #AC1A9C
Tints of Medium Violet Red #AC1A9C
RGB
CMYK
RGB Variations
Color information
#AC1A9C (or 0xAC1A9C) is known color: Medium Violet Red. HEX triplet: AC, 1A and 9C. RGB value is (172,26,156). Sum of RGB (Red+Green+Blue) = 172+26+156=354 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.59% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A9C is #53E563. Grayscale: #545454. Windows color (decimal): -5498212 or 10230444. OLE color: 10230444.
HSL color Cylindrical-coordinate representation of color #AC1A9C: hue angle of 306.58º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1A9C is Cyan = 0, Magento = 0.85, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 156 | - |
| CMYK | 0 | 0.85 | 0.09 | 0.33 |
| HSL | 306.58º | 0.74% | 0.39% | - |
| HSV(B) | 306.58º | 0.85% | 0.67% | - |
| XYZ | 23.38 | 11.91 | 32.52 | - |
| YUV | 84.47 | 168.37 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 156 | 0 | 0.85 | 0.09 | 0.33 | 306.58 | 0.74 | 0.39 |
| Hex | AC | 1A | 9C | 0 | 55 | 9 | 21 | 133 | 4A | 27 |
| Octal | 254 | 32 | 234 | 0 | 125 | 11 | 41 | 463 | 112 | 47 |
| Binary | 10101100 | 11010 | 10011100 | 0 | 1010101 | 1001 | 100001 | 100110011 | 1001010 | 100111 |
Color Harmonies of #AC1A9C
Complementary color
Monochromatic Colors of #AC1A9C
Black with #AC1A9C
Text Example
Text Example
White with #AC1A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A9C; }
p { color: rgb(172,26,156); }
H1.HeaderClassName
{
color: #AC1A9C;
}
.AnyTagClassName
{
color: #AC1A9C;
}
</style>
background-color css
<style>
a { background-color: #AC1A9C; }
a { background-color: rgb(172,26,156); }
div.DivClassName
{
background-color: #AC1A9C;
}
.BgClassName
{
background-color: #AC1A9C;
}
</style>
border-color css
<style>
span { border-color: #AC1A9C; }
span { border-color: rgb(172,26,156); }
td.TdClassName
{
border-color: #AC1A9C;
}
.TagClassName
{
border-color: #AC1A9C;
}
</style>