Shades of Medium Red Violet #AC3F90
Tints of Medium Red Violet #AC3F90
RGB
CMYK
RGB Variations
Color information
#AC3F90 (or 0xAC3F90) is known color: Medium Red Violet. HEX triplet: AC, 3F and 90. RGB value is (172,63,144). Sum of RGB (Red+Green+Blue) = 172+63+144=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 63 (25% from 255 or 16.62% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F90 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3F90 is #53C06F. Grayscale: #686868. Windows color (decimal): -5488752 or 9453484. OLE color: 9453484.
HSL color Cylindrical-coordinate representation of color #AC3F90: hue angle of 315.41º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC3F90 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 63 | 144 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.33 |
| HSL | 315.41º | 0.46% | 0.46% | - |
| HSV(B) | 315.41º | 0.63% | 0.67% | - |
| XYZ | 23.82 | 14.34 | 27.9 | - |
| YUV | 104.83 | 150.11 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 63 | 144 | 0 | 0.63 | 0.16 | 0.33 | 315.41 | 0.46 | 0.46 |
| Hex | AC | 3F | 90 | 0 | 3F | 10 | 21 | 13B | 2E | 2E |
| Octal | 254 | 77 | 220 | 0 | 77 | 20 | 41 | 473 | 56 | 56 |
| Binary | 10101100 | 111111 | 10010000 | 0 | 111111 | 10000 | 100001 | 100111011 | 101110 | 101110 |
Color Harmonies of #AC3F90
Complementary color
Monochromatic Colors of #AC3F90
Black with #AC3F90
Text Example
Text Example
White with #AC3F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3F90; }
p { color: rgb(172,63,144); }
H1.HeaderClassName
{
color: #AC3F90;
}
.AnyTagClassName
{
color: #AC3F90;
}
</style>
background-color css
<style>
a { background-color: #AC3F90; }
a { background-color: rgb(172,63,144); }
div.DivClassName
{
background-color: #AC3F90;
}
.BgClassName
{
background-color: #AC3F90;
}
</style>
border-color css
<style>
span { border-color: #AC3F90; }
span { border-color: rgb(172,63,144); }
td.TdClassName
{
border-color: #AC3F90;
}
.TagClassName
{
border-color: #AC3F90;
}
</style>