Shades of Medium Red Violet #AB349B
Tints of Medium Red Violet #AB349B
RGB
CMYK
RGB Variations
Color information
#AB349B (or 0xAB349B) is known color: Medium Red Violet. HEX triplet: AB, 34 and 9B. RGB value is (171,52,155). Sum of RGB (Red+Green+Blue) = 171+52+155=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 52 (20.70% from 255 or 13.76% from 378); Blue value is 155 (60.94% from 255 or 41.01% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB349B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB349B is #54CB64. Grayscale: #636363. Windows color (decimal): -5557093 or 10171563. OLE color: 10171563.
HSL color Cylindrical-coordinate representation of color #AB349B: hue angle of 308.07º 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 #AB349B is Cyan = 0, Magento = 0.70, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 52 | 155 | - |
| CMYK | 0 | 0.70 | 0.09 | 0.33 |
| HSL | 308.07º | 0.53% | 0.44% | - |
| HSV(B) | 308.07º | 0.7% | 0.67% | - |
| XYZ | 23.94 | 13.48 | 32.35 | - |
| YUV | 99.32 | 159.42 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 52 | 155 | 0 | 0.70 | 0.09 | 0.33 | 308.07 | 0.53 | 0.44 |
| Hex | AB | 34 | 9B | 0 | 46 | 9 | 21 | 134 | 35 | 2C |
| Octal | 253 | 64 | 233 | 0 | 106 | 11 | 41 | 464 | 65 | 54 |
| Binary | 10101011 | 110100 | 10011011 | 0 | 1000110 | 1001 | 100001 | 100110100 | 110101 | 101100 |
Color Harmonies of #AB349B
Complementary color
Monochromatic Colors of #AB349B
Black with #AB349B
Text Example
Text Example
White with #AB349B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB349B; }
p { color: rgb(171,52,155); }
H1.HeaderClassName
{
color: #AB349B;
}
.AnyTagClassName
{
color: #AB349B;
}
</style>
background-color css
<style>
a { background-color: #AB349B; }
a { background-color: rgb(171,52,155); }
div.DivClassName
{
background-color: #AB349B;
}
.BgClassName
{
background-color: #AB349B;
}
</style>
border-color css
<style>
span { border-color: #AB349B; }
span { border-color: rgb(171,52,155); }
td.TdClassName
{
border-color: #AB349B;
}
.TagClassName
{
border-color: #AB349B;
}
</style>