Shades of Medium Red Violet #AC4298
Tints of Medium Red Violet #AC4298
RGB
CMYK
RGB Variations
Color information
#AC4298 (or 0xAC4298) is known color: Medium Red Violet. HEX triplet: AC, 42 and 98. RGB value is (172,66,152). Sum of RGB (Red+Green+Blue) = 172+66+152=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 66 (26.17% from 255 or 16.92% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4298 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4298 is #53BD67. Grayscale: #6B6B6B. Windows color (decimal): -5487976 or 9978540. OLE color: 9978540.
HSL color Cylindrical-coordinate representation of color #AC4298: hue angle of 311.32º 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 #AC4298 is Cyan = 0, Magento = 0.62, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 66 | 152 | - |
| CMYK | 0 | 0.62 | 0.12 | 0.33 |
| HSL | 311.32º | 0.45% | 0.47% | - |
| HSV(B) | 311.32º | 0.62% | 0.67% | - |
| XYZ | 24.63 | 14.93 | 31.29 | - |
| YUV | 107.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 66 | 152 | 0 | 0.62 | 0.12 | 0.33 | 311.32 | 0.45 | 0.47 |
| Hex | AC | 42 | 98 | 0 | 3E | C | 21 | 137 | 2D | 2F |
| Octal | 254 | 102 | 230 | 0 | 76 | 14 | 41 | 467 | 55 | 57 |
| Binary | 10101100 | 1000010 | 10011000 | 0 | 111110 | 1100 | 100001 | 100110111 | 101101 | 101111 |
Color Harmonies of #AC4298
Complementary color
Monochromatic Colors of #AC4298
Black with #AC4298
Text Example
Text Example
White with #AC4298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC4298; }
p { color: rgb(172,66,152); }
H1.HeaderClassName
{
color: #AC4298;
}
.AnyTagClassName
{
color: #AC4298;
}
</style>
background-color css
<style>
a { background-color: #AC4298; }
a { background-color: rgb(172,66,152); }
div.DivClassName
{
background-color: #AC4298;
}
.BgClassName
{
background-color: #AC4298;
}
</style>
border-color css
<style>
span { border-color: #AC4298; }
span { border-color: rgb(172,66,152); }
td.TdClassName
{
border-color: #AC4298;
}
.TagClassName
{
border-color: #AC4298;
}
</style>