Shades of Medium Red Violet #AC4284
Tints of Medium Red Violet #AC4284
RGB
CMYK
RGB Variations
Color information
#AC4284 (or 0xAC4284) is known color: Medium Red Violet. HEX triplet: AC, 42 and 84. RGB value is (172,66,132). Sum of RGB (Red+Green+Blue) = 172+66+132=370 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.49% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4284 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4284 is #53BD7B. Grayscale: #696969. Windows color (decimal): -5487996 or 8667820. OLE color: 8667820.
HSL color Cylindrical-coordinate representation of color #AC4284: hue angle of 322.64º 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 #AC4284 is Cyan = 0, Magento = 0.62, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 132 | - |
| CMYK | 0 | 0.62 | 0.23 | 0.33 |
| HSL | 322.64º | 0.45% | 0.47% | - |
| HSV(B) | 322.64º | 0.62% | 0.67% | - |
| XYZ | 23.13 | 14.33 | 23.38 | - |
| YUV | 105.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 132 | 0 | 0.62 | 0.23 | 0.33 | 322.64 | 0.45 | 0.47 |
| Hex | AC | 42 | 84 | 0 | 3E | 17 | 21 | 143 | 2D | 2F |
| Octal | 254 | 102 | 204 | 0 | 76 | 27 | 41 | 503 | 55 | 57 |
| Binary | 10101100 | 1000010 | 10000100 | 0 | 111110 | 10111 | 100001 | 101000011 | 101101 | 101111 |
Color Harmonies of #AC4284
Complementary color
Monochromatic Colors of #AC4284
Black with #AC4284
Text Example
Text Example
White with #AC4284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4284; }
p { color: rgb(172,66,132); }
H1.HeaderClassName
{
color: #AC4284;
}
.AnyTagClassName
{
color: #AC4284;
}
</style>
background-color css
<style>
a { background-color: #AC4284; }
a { background-color: rgb(172,66,132); }
div.DivClassName
{
background-color: #AC4284;
}
.BgClassName
{
background-color: #AC4284;
}
</style>
border-color css
<style>
span { border-color: #AC4284; }
span { border-color: rgb(172,66,132); }
td.TdClassName
{
border-color: #AC4284;
}
.TagClassName
{
border-color: #AC4284;
}
</style>