Shades of Medium Red Violet #AB2682
Tints of Medium Red Violet #AB2682
RGB
CMYK
RGB Variations
Color information
#AB2682 (or 0xAB2682) is known color: Medium Red Violet. HEX triplet: AB, 26 and 82. RGB value is (171,38,130). Sum of RGB (Red+Green+Blue) = 171+38+130=339 (44% of max value = 765). Red value is 171 (67.19% from 255 or 50.44% from 339); Green value is 38 (15.23% from 255 or 11.21% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2682 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB2682 is #54D97D. Grayscale: #585858. Windows color (decimal): -5560702 or 8529579. OLE color: 8529579.
HSL color Cylindrical-coordinate representation of color #AB2682: hue angle of 318.5º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AB2682 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 38 | 130 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.33 |
| HSL | 318.5º | 0.64% | 0.41% | - |
| HSV(B) | 318.5º | 0.78% | 0.67% | - |
| XYZ | 21.52 | 11.66 | 22.23 | - |
| YUV | 88.26 | 151.56 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 38 | 130 | 0 | 0.78 | 0.24 | 0.33 | 318.5 | 0.64 | 0.41 |
| Hex | AB | 26 | 82 | 0 | 4E | 18 | 21 | 13E | 40 | 29 |
| Octal | 253 | 46 | 202 | 0 | 116 | 30 | 41 | 476 | 100 | 51 |
| Binary | 10101011 | 100110 | 10000010 | 0 | 1001110 | 11000 | 100001 | 100111110 | 1000000 | 101001 |
Color Harmonies of #AB2682
Complementary color
Monochromatic Colors of #AB2682
Black with #AB2682
Text Example
Text Example
White with #AB2682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB2682; }
p { color: rgb(171,38,130); }
H1.HeaderClassName
{
color: #AB2682;
}
.AnyTagClassName
{
color: #AB2682;
}
</style>
background-color css
<style>
a { background-color: #AB2682; }
a { background-color: rgb(171,38,130); }
div.DivClassName
{
background-color: #AB2682;
}
.BgClassName
{
background-color: #AB2682;
}
</style>
border-color css
<style>
span { border-color: #AB2682; }
span { border-color: rgb(171,38,130); }
td.TdClassName
{
border-color: #AB2682;
}
.TagClassName
{
border-color: #AB2682;
}
</style>