Shades of Medium Red Violet #AB2BA5
Tints of Medium Red Violet #AB2BA5
RGB
CMYK
RGB Variations
Color information
#AB2BA5 (or 0xAB2BA5) is known color: Medium Red Violet. HEX triplet: AB, 2B and A5. RGB value is (171,43,165). Sum of RGB (Red+Green+Blue) = 171+43+165=379 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.12% from 379); Green value is 43 (17.19% from 255 or 11.35% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2BA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2BA5 is #54D45A. Grayscale: #5E5E5E. Windows color (decimal): -5559387 or 10824619. OLE color: 10824619.
HSL color Cylindrical-coordinate representation of color #AB2BA5: hue angle of 302.81º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AB2BA5 is Cyan = 0, Magento = 0.75, Yellow = 0.04 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 43 | 165 | - |
| CMYK | 0 | 0.75 | 0.04 | 0.33 |
| HSL | 302.81º | 0.6% | 0.42% | - |
| HSV(B) | 302.81º | 0.75% | 0.67% | - |
| XYZ | 24.45 | 13.1 | 36.84 | - |
| YUV | 95.18 | 167.41 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 43 | 165 | 0 | 0.75 | 0.04 | 0.33 | 302.81 | 0.6 | 0.42 |
| Hex | AB | 2B | A5 | 0 | 4B | 4 | 21 | 12F | 3C | 2A |
| Octal | 253 | 53 | 245 | 0 | 113 | 4 | 41 | 457 | 74 | 52 |
| Binary | 10101011 | 101011 | 10100101 | 0 | 1001011 | 100 | 100001 | 100101111 | 111100 | 101010 |
Color Harmonies of #AB2BA5
Complementary color
Monochromatic Colors of #AB2BA5
Black with #AB2BA5
Text Example
Text Example
White with #AB2BA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2BA5; }
p { color: rgb(171,43,165); }
H1.HeaderClassName
{
color: #AB2BA5;
}
.AnyTagClassName
{
color: #AB2BA5;
}
</style>
background-color css
<style>
a { background-color: #AB2BA5; }
a { background-color: rgb(171,43,165); }
div.DivClassName
{
background-color: #AB2BA5;
}
.BgClassName
{
background-color: #AB2BA5;
}
</style>
border-color css
<style>
span { border-color: #AB2BA5; }
span { border-color: rgb(171,43,165); }
td.TdClassName
{
border-color: #AB2BA5;
}
.TagClassName
{
border-color: #AB2BA5;
}
</style>