Shades of Medium Red Violet #AC26A3
Tints of Medium Red Violet #AC26A3
RGB
CMYK
RGB Variations
Color information
#AC26A3 (or 0xAC26A3) is known color: Medium Red Violet. HEX triplet: AC, 26 and A3. RGB value is (172,38,163). Sum of RGB (Red+Green+Blue) = 172+38+163=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 38 (15.23% from 255 or 10.19% from 373); Blue value is 163 (64.06% from 255 or 43.70% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC26A3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC26A3 is #53D95C. Grayscale: #5B5B5B. Windows color (decimal): -5495133 or 10692268. OLE color: 10692268.
HSL color Cylindrical-coordinate representation of color #AC26A3: hue angle of 304.03º 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 #AC26A3 is Cyan = 0, Magento = 0.78, Yellow = 0.05 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 38 | 163 | - |
| CMYK | 0 | 0.78 | 0.05 | 0.33 |
| HSL | 304.03º | 0.64% | 0.41% | - |
| HSV(B) | 304.03º | 0.78% | 0.67% | - |
| XYZ | 24.32 | 12.8 | 35.84 | - |
| YUV | 92.32 | 167.89 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 163 | 0 | 0.78 | 0.05 | 0.33 | 304.03 | 0.64 | 0.41 |
| Hex | AC | 26 | A3 | 0 | 4E | 5 | 21 | 130 | 40 | 29 |
| Octal | 254 | 46 | 243 | 0 | 116 | 5 | 41 | 460 | 100 | 51 |
| Binary | 10101100 | 100110 | 10100011 | 0 | 1001110 | 101 | 100001 | 100110000 | 1000000 | 101001 |
Color Harmonies of #AC26A3
Complementary color
Monochromatic Colors of #AC26A3
Black with #AC26A3
Text Example
Text Example
White with #AC26A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC26A3; }
p { color: rgb(172,38,163); }
H1.HeaderClassName
{
color: #AC26A3;
}
.AnyTagClassName
{
color: #AC26A3;
}
</style>
background-color css
<style>
a { background-color: #AC26A3; }
a { background-color: rgb(172,38,163); }
div.DivClassName
{
background-color: #AC26A3;
}
.BgClassName
{
background-color: #AC26A3;
}
</style>
border-color css
<style>
span { border-color: #AC26A3; }
span { border-color: rgb(172,38,163); }
td.TdClassName
{
border-color: #AC26A3;
}
.TagClassName
{
border-color: #AC26A3;
}
</style>