Shades of Medium Red Violet #AB2DA7
Tints of Medium Red Violet #AB2DA7
RGB
CMYK
RGB Variations
Color information
#AB2DA7 (or 0xAB2DA7) is known color: Medium Red Violet. HEX triplet: AB, 2D and A7. RGB value is (171,45,167). Sum of RGB (Red+Green+Blue) = 171+45+167=383 (50% of max value = 765). Red value is 171 (67.19% from 255 or 44.65% from 383); Green value is 45 (17.97% from 255 or 11.75% from 383); Blue value is 167 (65.62% from 255 or 43.60% from 383); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2DA7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2DA7 is #54D258. Grayscale: #606060. Windows color (decimal): -5558873 or 10956203. OLE color: 10956203.
HSL color Cylindrical-coordinate representation of color #AB2DA7: hue angle of 301.9º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AB2DA7 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 45 | 167 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.33 |
| HSL | 301.9º | 0.58% | 0.42% | - |
| HSV(B) | 301.9º | 0.74% | 0.67% | - |
| XYZ | 24.71 | 13.32 | 37.83 | - |
| YUV | 96.58 | 167.74 | 181.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 45 | 167 | 0 | 0.74 | 0.02 | 0.33 | 301.9 | 0.58 | 0.42 |
| Hex | AB | 2D | A7 | 0 | 4A | 2 | 21 | 12E | 3A | 2A |
| Octal | 253 | 55 | 247 | 0 | 112 | 2 | 41 | 456 | 72 | 52 |
| Binary | 10101011 | 101101 | 10100111 | 0 | 1001010 | 10 | 100001 | 100101110 | 111010 | 101010 |
Color Harmonies of #AB2DA7
Complementary color
Monochromatic Colors of #AB2DA7
Black with #AB2DA7
Text Example
Text Example
White with #AB2DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2DA7; }
p { color: rgb(171,45,167); }
H1.HeaderClassName
{
color: #AB2DA7;
}
.AnyTagClassName
{
color: #AB2DA7;
}
</style>
background-color css
<style>
a { background-color: #AB2DA7; }
a { background-color: rgb(171,45,167); }
div.DivClassName
{
background-color: #AB2DA7;
}
.BgClassName
{
background-color: #AB2DA7;
}
</style>
border-color css
<style>
span { border-color: #AB2DA7; }
span { border-color: rgb(171,45,167); }
td.TdClassName
{
border-color: #AB2DA7;
}
.TagClassName
{
border-color: #AB2DA7;
}
</style>