Shades of Medium Red Violet #AC428B
Tints of Medium Red Violet #AC428B
RGB
CMYK
RGB Variations
Color information
#AC428B (or 0xAC428B) is known color: Medium Red Violet. HEX triplet: AC, 42 and 8B. RGB value is (172,66,139). Sum of RGB (Red+Green+Blue) = 172+66+139=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 66 (26.17% from 255 or 17.51% from 377); Blue value is 139 (54.69% from 255 or 36.87% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC428B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC428B is #53BD74. Grayscale: #696969. Windows color (decimal): -5487989 or 9126572. OLE color: 9126572.
HSL color Cylindrical-coordinate representation of color #AC428B: hue angle of 318.68º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC428B is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 139 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.33 |
| HSL | 318.68º | 0.45% | 0.47% | - |
| HSV(B) | 318.68º | 0.62% | 0.67% | - |
| XYZ | 23.62 | 14.53 | 25.99 | - |
| YUV | 106.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 139 | 0 | 0.62 | 0.19 | 0.33 | 318.68 | 0.45 | 0.47 |
| Hex | AC | 42 | 8B | 0 | 3E | 13 | 21 | 13F | 2D | 2F |
| Octal | 254 | 102 | 213 | 0 | 76 | 23 | 41 | 477 | 55 | 57 |
| Binary | 10101100 | 1000010 | 10001011 | 0 | 111110 | 10011 | 100001 | 100111111 | 101101 | 101111 |
Color Harmonies of #AC428B
Complementary color
Monochromatic Colors of #AC428B
Black with #AC428B
Text Example
Text Example
White with #AC428B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC428B; }
p { color: rgb(172,66,139); }
H1.HeaderClassName
{
color: #AC428B;
}
.AnyTagClassName
{
color: #AC428B;
}
</style>
background-color css
<style>
a { background-color: #AC428B; }
a { background-color: rgb(172,66,139); }
div.DivClassName
{
background-color: #AC428B;
}
.BgClassName
{
background-color: #AC428B;
}
</style>
border-color css
<style>
span { border-color: #AC428B; }
span { border-color: rgb(172,66,139); }
td.TdClassName
{
border-color: #AC428B;
}
.TagClassName
{
border-color: #AC428B;
}
</style>