Shades of Medium Violet Red #AC1A7B
Tints of Medium Violet Red #AC1A7B
RGB
CMYK
RGB Variations
Color information
#AC1A7B (or 0xAC1A7B) is known color: Medium Violet Red. HEX triplet: AC, 1A and 7B. RGB value is (172,26,123). Sum of RGB (Red+Green+Blue) = 172+26+123=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 26 (10.55% from 255 or 8.10% from 321); Blue value is 123 (48.44% from 255 or 38.32% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC1A7B is #53E584. Grayscale: #505050. Windows color (decimal): -5498245 or 8067756. OLE color: 8067756.
HSL color Cylindrical-coordinate representation of color #AC1A7B: hue angle of 320.14º 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 #AC1A7B is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 26 | 123 | - |
| CMYK | 0 | 0.85 | 0.28 | 0.33 |
| HSL | 320.14º | 0.74% | 0.39% | - |
| HSV(B) | 320.14º | 0.85% | 0.67% | - |
| XYZ | 20.96 | 10.94 | 19.75 | - |
| YUV | 80.71 | 151.87 | 193.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 123 | 0 | 0.85 | 0.28 | 0.33 | 320.14 | 0.74 | 0.39 |
| Hex | AC | 1A | 7B | 0 | 55 | 1C | 21 | 140 | 4A | 27 |
| Octal | 254 | 32 | 173 | 0 | 125 | 34 | 41 | 500 | 112 | 47 |
| Binary | 10101100 | 11010 | 1111011 | 0 | 1010101 | 11100 | 100001 | 101000000 | 1001010 | 100111 |
Color Harmonies of #AC1A7B
Complementary color
Monochromatic Colors of #AC1A7B
Black with #AC1A7B
Text Example
Text Example
White with #AC1A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1A7B; }
p { color: rgb(172,26,123); }
H1.HeaderClassName
{
color: #AC1A7B;
}
.AnyTagClassName
{
color: #AC1A7B;
}
</style>
background-color css
<style>
a { background-color: #AC1A7B; }
a { background-color: rgb(172,26,123); }
div.DivClassName
{
background-color: #AC1A7B;
}
.BgClassName
{
background-color: #AC1A7B;
}
</style>
border-color css
<style>
span { border-color: #AC1A7B; }
span { border-color: rgb(172,26,123); }
td.TdClassName
{
border-color: #AC1A7B;
}
.TagClassName
{
border-color: #AC1A7B;
}
</style>