Shades of Medium Red Violet #AC257B
Tints of Medium Red Violet #AC257B
RGB
CMYK
RGB Variations
Color information
#AC257B (or 0xAC257B) is known color: Medium Red Violet. HEX triplet: AC, 25 and 7B. RGB value is (172,37,123). Sum of RGB (Red+Green+Blue) = 172+37+123=332 (43% of max value = 765). Red value is 172 (67.58% from 255 or 51.81% from 332); Green value is 37 (14.84% from 255 or 11.14% from 332); Blue value is 123 (48.44% from 255 or 37.05% from 332); Max value from RGB is 172 - color contains mainly: red. Hex color #AC257B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC257B is #53DA84. Grayscale: #565656. Windows color (decimal): -5495429 or 8070572. OLE color: 8070572.
HSL color Cylindrical-coordinate representation of color #AC257B: hue angle of 321.78º degrees, saturation: 0.65, 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 #AC257B is Cyan = 0, Magento = 0.78, Yellow = 0.28 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 37 | 123 | - |
| CMYK | 0 | 0.78 | 0.28 | 0.33 |
| HSL | 321.78º | 0.65% | 0.41% | - |
| HSV(B) | 321.78º | 0.78% | 0.67% | - |
| XYZ | 21.25 | 11.52 | 19.84 | - |
| YUV | 87.17 | 148.23 | 188.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 37 | 123 | 0 | 0.78 | 0.28 | 0.33 | 321.78 | 0.65 | 0.41 |
| Hex | AC | 25 | 7B | 0 | 4E | 1C | 21 | 142 | 41 | 29 |
| Octal | 254 | 45 | 173 | 0 | 116 | 34 | 41 | 502 | 101 | 51 |
| Binary | 10101100 | 100101 | 1111011 | 0 | 1001110 | 11100 | 100001 | 101000010 | 1000001 | 101001 |
Color Harmonies of #AC257B
Complementary color
Monochromatic Colors of #AC257B
Black with #AC257B
Text Example
Text Example
White with #AC257B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC257B; }
p { color: rgb(172,37,123); }
H1.HeaderClassName
{
color: #AC257B;
}
.AnyTagClassName
{
color: #AC257B;
}
</style>
background-color css
<style>
a { background-color: #AC257B; }
a { background-color: rgb(172,37,123); }
div.DivClassName
{
background-color: #AC257B;
}
.BgClassName
{
background-color: #AC257B;
}
</style>
border-color css
<style>
span { border-color: #AC257B; }
span { border-color: rgb(172,37,123); }
td.TdClassName
{
border-color: #AC257B;
}
.TagClassName
{
border-color: #AC257B;
}
</style>