Shades of Medium Violet Red #AB0882
Tints of Medium Violet Red #AB0882
RGB
CMYK
RGB Variations
Color information
#AB0882 (or 0xAB0882) is known color: Medium Violet Red. HEX triplet: AB, 08 and 82. RGB value is (171,8,130). Sum of RGB (Red+Green+Blue) = 171+8+130=309 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.34% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 130 (51.17% from 255 or 42.07% from 309); Max value from RGB is 171 - color contains mainly: red. Hex color #AB0882 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB0882 is #54F77D. Grayscale: #464646. Windows color (decimal): -5568382 or 8521899. OLE color: 8521899.
HSL color Cylindrical-coordinate representation of color #AB0882: hue angle of 315.09º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB0882 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 8 | 130 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.33 |
| HSL | 315.09º | 0.91% | 0.35% | - |
| HSV(B) | 315.09º | 0.95% | 0.67% | - |
| XYZ | 20.91 | 10.44 | 22.03 | - |
| YUV | 70.65 | 161.5 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 8 | 130 | 0 | 0.95 | 0.24 | 0.33 | 315.09 | 0.91 | 0.35 |
| Hex | AB | 8 | 82 | 0 | 5F | 18 | 21 | 13B | 5B | 23 |
| Octal | 253 | 10 | 202 | 0 | 137 | 30 | 41 | 473 | 133 | 43 |
| Binary | 10101011 | 1000 | 10000010 | 0 | 1011111 | 11000 | 100001 | 100111011 | 1011011 | 100011 |
Color Harmonies of #AB0882
Complementary color
Monochromatic Colors of #AB0882
Black with #AB0882
Text Example
Text Example
White with #AB0882
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB0882; }
p { color: rgb(171,8,130); }
H1.HeaderClassName
{
color: #AB0882;
}
.AnyTagClassName
{
color: #AB0882;
}
</style>
background-color css
<style>
a { background-color: #AB0882; }
a { background-color: rgb(171,8,130); }
div.DivClassName
{
background-color: #AB0882;
}
.BgClassName
{
background-color: #AB0882;
}
</style>
border-color css
<style>
span { border-color: #AB0882; }
span { border-color: rgb(171,8,130); }
td.TdClassName
{
border-color: #AB0882;
}
.TagClassName
{
border-color: #AB0882;
}
</style>