Shades of Medium Red Violet #AB327A
Tints of Medium Red Violet #AB327A
RGB
CMYK
RGB Variations
Color information
#AB327A (or 0xAB327A) is known color: Medium Red Violet. HEX triplet: AB, 32 and 7A. RGB value is (171,50,122). Sum of RGB (Red+Green+Blue) = 171+50+122=343 (45% of max value = 765). Red value is 171 (67.19% from 255 or 49.85% from 343); Green value is 50 (19.92% from 255 or 14.58% from 343); Blue value is 122 (48.05% from 255 or 35.57% from 343); Max value from RGB is 171 - color contains mainly: red. Hex color #AB327A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AB327A is #54CD85. Grayscale: #5E5E5E. Windows color (decimal): -5557638 or 8008363. OLE color: 8008363.
HSL color Cylindrical-coordinate representation of color #AB327A: hue angle of 324.3º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB327A is Cyan = 0, Magento = 0.71, Yellow = 0.29 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 50 | 122 | - |
| CMYK | 0 | 0.71 | 0.29 | 0.33 |
| HSL | 324.3º | 0.55% | 0.43% | - |
| HSV(B) | 324.3º | 0.71% | 0.67% | - |
| XYZ | 21.45 | 12.34 | 19.66 | - |
| YUV | 94.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 50 | 122 | 0 | 0.71 | 0.29 | 0.33 | 324.3 | 0.55 | 0.43 |
| Hex | AB | 32 | 7A | 0 | 47 | 1D | 21 | 144 | 37 | 2B |
| Octal | 253 | 62 | 172 | 0 | 107 | 35 | 41 | 504 | 67 | 53 |
| Binary | 10101011 | 110010 | 1111010 | 0 | 1000111 | 11101 | 100001 | 101000100 | 110111 | 101011 |
Color Harmonies of #AB327A
Complementary color
Monochromatic Colors of #AB327A
Black with #AB327A
Text Example
Text Example
White with #AB327A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB327A; }
p { color: rgb(171,50,122); }
H1.HeaderClassName
{
color: #AB327A;
}
.AnyTagClassName
{
color: #AB327A;
}
</style>
background-color css
<style>
a { background-color: #AB327A; }
a { background-color: rgb(171,50,122); }
div.DivClassName
{
background-color: #AB327A;
}
.BgClassName
{
background-color: #AB327A;
}
</style>
border-color css
<style>
span { border-color: #AB327A; }
span { border-color: rgb(171,50,122); }
td.TdClassName
{
border-color: #AB327A;
}
.TagClassName
{
border-color: #AB327A;
}
</style>