Shades of Medium Red Violet #AC2682
Tints of Medium Red Violet #AC2682
RGB
CMYK
RGB Variations
Color information
#AC2682 (or 0xAC2682) is known color: Medium Red Violet. HEX triplet: AC, 26 and 82. RGB value is (172,38,130). Sum of RGB (Red+Green+Blue) = 172+38+130=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 38 (15.23% from 255 or 11.18% from 340); Blue value is 130 (51.17% from 255 or 38.24% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2682 is #53D97D. Grayscale: #585858. Windows color (decimal): -5495166 or 8529580. OLE color: 8529580.
HSL color Cylindrical-coordinate representation of color #AC2682: hue angle of 318.81º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2682 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 130 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.33 |
| HSL | 318.81º | 0.64% | 0.41% | - |
| HSV(B) | 318.81º | 0.78% | 0.67% | - |
| XYZ | 21.74 | 11.77 | 22.25 | - |
| YUV | 88.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 130 | 0 | 0.78 | 0.24 | 0.33 | 318.81 | 0.64 | 0.41 |
| Hex | AC | 26 | 82 | 0 | 4E | 18 | 21 | 13F | 40 | 29 |
| Octal | 254 | 46 | 202 | 0 | 116 | 30 | 41 | 477 | 100 | 51 |
| Binary | 10101100 | 100110 | 10000010 | 0 | 1001110 | 11000 | 100001 | 100111111 | 1000000 | 101001 |
Color Harmonies of #AC2682
Complementary color
Monochromatic Colors of #AC2682
Black with #AC2682
Text Example
Text Example
White with #AC2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2682; }
p { color: rgb(172,38,130); }
H1.HeaderClassName
{
color: #AC2682;
}
.AnyTagClassName
{
color: #AC2682;
}
</style>
background-color css
<style>
a { background-color: #AC2682; }
a { background-color: rgb(172,38,130); }
div.DivClassName
{
background-color: #AC2682;
}
.BgClassName
{
background-color: #AC2682;
}
</style>
border-color css
<style>
span { border-color: #AC2682; }
span { border-color: rgb(172,38,130); }
td.TdClassName
{
border-color: #AC2682;
}
.TagClassName
{
border-color: #AC2682;
}
</style>