Shades of Medium Red Violet #AC1FA2
Tints of Medium Red Violet #AC1FA2
RGB
CMYK
RGB Variations
Color information
#AC1FA2 (or 0xAC1FA2) is known color: Medium Red Violet. HEX triplet: AC, 1F and A2. RGB value is (172,31,162). Sum of RGB (Red+Green+Blue) = 172+31+162=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1FA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1FA2 is #53E05D. Grayscale: #575757. Windows color (decimal): -5496926 or 10624940. OLE color: 10624940.
HSL color Cylindrical-coordinate representation of color #AC1FA2: hue angle of 304.26º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1FA2 is Cyan = 0, Magento = 0.82, Yellow = 0.06 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 31 | 162 | - |
| CMYK | 0 | 0.82 | 0.06 | 0.33 |
| HSL | 304.26º | 0.69% | 0.4% | - |
| HSV(B) | 304.26º | 0.82% | 0.67% | - |
| XYZ | 24.02 | 12.36 | 35.3 | - |
| YUV | 88.09 | 169.71 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 31 | 162 | 0 | 0.82 | 0.06 | 0.33 | 304.26 | 0.69 | 0.4 |
| Hex | AC | 1F | A2 | 0 | 52 | 6 | 21 | 130 | 45 | 28 |
| Octal | 254 | 37 | 242 | 0 | 122 | 6 | 41 | 460 | 105 | 50 |
| Binary | 10101100 | 11111 | 10100010 | 0 | 1010010 | 110 | 100001 | 100110000 | 1000101 | 101000 |
Color Harmonies of #AC1FA2
Complementary color
Monochromatic Colors of #AC1FA2
Black with #AC1FA2
Text Example
Text Example
White with #AC1FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1FA2; }
p { color: rgb(172,31,162); }
H1.HeaderClassName
{
color: #AC1FA2;
}
.AnyTagClassName
{
color: #AC1FA2;
}
</style>
background-color css
<style>
a { background-color: #AC1FA2; }
a { background-color: rgb(172,31,162); }
div.DivClassName
{
background-color: #AC1FA2;
}
.BgClassName
{
background-color: #AC1FA2;
}
</style>
border-color css
<style>
span { border-color: #AC1FA2; }
span { border-color: rgb(172,31,162); }
td.TdClassName
{
border-color: #AC1FA2;
}
.TagClassName
{
border-color: #AC1FA2;
}
</style>