Shades of Medium Violet Red #AC1CA5
Tints of Medium Violet Red #AC1CA5
RGB
CMYK
RGB Variations
Color information
#AC1CA5 (or 0xAC1CA5) is known color: Medium Violet Red. HEX triplet: AC, 1C and A5. RGB value is (172,28,165). Sum of RGB (Red+Green+Blue) = 172+28+165=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 28 (11.33% from 255 or 7.67% from 365); Blue value is 165 (64.84% from 255 or 45.21% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1CA5 is #53E35A. Grayscale: #565656. Windows color (decimal): -5497691 or 10820780. OLE color: 10820780.
HSL color Cylindrical-coordinate representation of color #AC1CA5: hue angle of 302.92º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1CA5 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 28 | 165 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.33 |
| HSL | 302.92º | 0.72% | 0.39% | - |
| HSV(B) | 302.92º | 0.84% | 0.67% | - |
| XYZ | 24.22 | 12.32 | 36.7 | - |
| YUV | 86.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 165 | 0 | 0.84 | 0.04 | 0.33 | 302.92 | 0.72 | 0.39 |
| Hex | AC | 1C | A5 | 0 | 54 | 4 | 21 | 12F | 48 | 27 |
| Octal | 254 | 34 | 245 | 0 | 124 | 4 | 41 | 457 | 110 | 47 |
| Binary | 10101100 | 11100 | 10100101 | 0 | 1010100 | 100 | 100001 | 100101111 | 1001000 | 100111 |
Color Harmonies of #AC1CA5
Complementary color
Monochromatic Colors of #AC1CA5
Black with #AC1CA5
Text Example
Text Example
White with #AC1CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1CA5; }
p { color: rgb(172,28,165); }
H1.HeaderClassName
{
color: #AC1CA5;
}
.AnyTagClassName
{
color: #AC1CA5;
}
</style>
background-color css
<style>
a { background-color: #AC1CA5; }
a { background-color: rgb(172,28,165); }
div.DivClassName
{
background-color: #AC1CA5;
}
.BgClassName
{
background-color: #AC1CA5;
}
</style>
border-color css
<style>
span { border-color: #AC1CA5; }
span { border-color: rgb(172,28,165); }
td.TdClassName
{
border-color: #AC1CA5;
}
.TagClassName
{
border-color: #AC1CA5;
}
</style>