Shades of Medium Red Violet #AB348A
Tints of Medium Red Violet #AB348A
RGB
CMYK
RGB Variations
Color information
#AB348A (or 0xAB348A) is known color: Medium Red Violet. HEX triplet: AB, 34 and 8A. RGB value is (171,52,138). Sum of RGB (Red+Green+Blue) = 171+52+138=361 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.37% from 361); Green value is 52 (20.70% from 255 or 14.40% from 361); Blue value is 138 (54.30% from 255 or 38.23% from 361); Max value from RGB is 171 - color contains mainly: red. Hex color #AB348A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB348A is #54CB75. Grayscale: #616161. Windows color (decimal): -5557110 or 9057451. OLE color: 9057451.
HSL color Cylindrical-coordinate representation of color #AB348A: hue angle of 316.64º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB348A is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 138 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.33 |
| HSL | 316.64º | 0.53% | 0.44% | - |
| HSV(B) | 316.64º | 0.7% | 0.67% | - |
| XYZ | 22.61 | 12.95 | 25.35 | - |
| YUV | 97.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 138 | 0 | 0.70 | 0.19 | 0.33 | 316.64 | 0.53 | 0.44 |
| Hex | AB | 34 | 8A | 0 | 46 | 13 | 21 | 13D | 35 | 2C |
| Octal | 253 | 64 | 212 | 0 | 106 | 23 | 41 | 475 | 65 | 54 |
| Binary | 10101011 | 110100 | 10001010 | 0 | 1000110 | 10011 | 100001 | 100111101 | 110101 | 101100 |
Color Harmonies of #AB348A
Complementary color
Monochromatic Colors of #AB348A
Black with #AB348A
Text Example
Text Example
White with #AB348A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB348A; }
p { color: rgb(171,52,138); }
H1.HeaderClassName
{
color: #AB348A;
}
.AnyTagClassName
{
color: #AB348A;
}
</style>
background-color css
<style>
a { background-color: #AB348A; }
a { background-color: rgb(171,52,138); }
div.DivClassName
{
background-color: #AB348A;
}
.BgClassName
{
background-color: #AB348A;
}
</style>
border-color css
<style>
span { border-color: #AB348A; }
span { border-color: rgb(171,52,138); }
td.TdClassName
{
border-color: #AB348A;
}
.TagClassName
{
border-color: #AB348A;
}
</style>