Shades of Medium Red Violet #AB309C
Tints of Medium Red Violet #AB309C
RGB
CMYK
RGB Variations
Color information
#AB309C (or 0xAB309C) is known color: Medium Red Violet. HEX triplet: AB, 30 and 9C. RGB value is (171,48,156). Sum of RGB (Red+Green+Blue) = 171+48+156=375 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.6% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 156 (61.33% from 255 or 41.6% from 375); Max value from RGB is 171 - color contains mainly: red. Hex color #AB309C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB309C is #54CF63. Grayscale: #606060. Windows color (decimal): -5558116 or 10236075. OLE color: 10236075.
HSL color Cylindrical-coordinate representation of color #AB309C: hue angle of 307.32º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB309C is Cyan = 0, Magento = 0.72, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 48 | 156 | - |
| CMYK | 0 | 0.72 | 0.09 | 0.33 |
| HSL | 307.32º | 0.56% | 0.43% | - |
| HSV(B) | 307.32º | 0.72% | 0.67% | - |
| XYZ | 23.85 | 13.17 | 32.74 | - |
| YUV | 97.09 | 161.25 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 48 | 156 | 0 | 0.72 | 0.09 | 0.33 | 307.32 | 0.56 | 0.43 |
| Hex | AB | 30 | 9C | 0 | 48 | 9 | 21 | 133 | 38 | 2B |
| Octal | 253 | 60 | 234 | 0 | 110 | 11 | 41 | 463 | 70 | 53 |
| Binary | 10101011 | 110000 | 10011100 | 0 | 1001000 | 1001 | 100001 | 100110011 | 111000 | 101011 |
Color Harmonies of #AB309C
Complementary color
Monochromatic Colors of #AB309C
Black with #AB309C
Text Example
Text Example
White with #AB309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB309C; }
p { color: rgb(171,48,156); }
H1.HeaderClassName
{
color: #AB309C;
}
.AnyTagClassName
{
color: #AB309C;
}
</style>
background-color css
<style>
a { background-color: #AB309C; }
a { background-color: rgb(171,48,156); }
div.DivClassName
{
background-color: #AB309C;
}
.BgClassName
{
background-color: #AB309C;
}
</style>
border-color css
<style>
span { border-color: #AB309C; }
span { border-color: rgb(171,48,156); }
td.TdClassName
{
border-color: #AB309C;
}
.TagClassName
{
border-color: #AB309C;
}
</style>