Shades of Medium Red Violet #AB4282
Tints of Medium Red Violet #AB4282
RGB
CMYK
RGB Variations
Color information
#AB4282 (or 0xAB4282) is known color: Medium Red Violet. HEX triplet: AB, 42 and 82. RGB value is (171,66,130). Sum of RGB (Red+Green+Blue) = 171+66+130=367 (48% of max value = 765). Red value is 171 (67.19% from 255 or 46.59% from 367); Green value is 66 (26.17% from 255 or 17.98% from 367); Blue value is 130 (51.17% from 255 or 35.42% from 367); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB4282 is #54BD7D. Grayscale: #686868. Windows color (decimal): -5553534 or 8536747. OLE color: 8536747.
HSL color Cylindrical-coordinate representation of color #AB4282: hue angle of 323.43º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB4282 is Cyan = 0, Magento = 0.61, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 66 | 130 | - |
| CMYK | 0 | 0.61 | 0.24 | 0.33 |
| HSL | 323.43º | 0.44% | 0.46% | - |
| HSV(B) | 323.43º | 0.61% | 0.67% | - |
| XYZ | 22.77 | 14.17 | 22.65 | - |
| YUV | 104.69 | 142.29 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 130 | 0 | 0.61 | 0.24 | 0.33 | 323.43 | 0.44 | 0.46 |
| Hex | AB | 42 | 82 | 0 | 3D | 18 | 21 | 143 | 2C | 2E |
| Octal | 253 | 102 | 202 | 0 | 75 | 30 | 41 | 503 | 54 | 56 |
| Binary | 10101011 | 1000010 | 10000010 | 0 | 111101 | 11000 | 100001 | 101000011 | 101100 | 101110 |
Color Harmonies of #AB4282
Complementary color
Monochromatic Colors of #AB4282
Black with #AB4282
Text Example
Text Example
White with #AB4282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4282; }
p { color: rgb(171,66,130); }
H1.HeaderClassName
{
color: #AB4282;
}
.AnyTagClassName
{
color: #AB4282;
}
</style>
background-color css
<style>
a { background-color: #AB4282; }
a { background-color: rgb(171,66,130); }
div.DivClassName
{
background-color: #AB4282;
}
.BgClassName
{
background-color: #AB4282;
}
</style>
border-color css
<style>
span { border-color: #AB4282; }
span { border-color: rgb(171,66,130); }
td.TdClassName
{
border-color: #AB4282;
}
.TagClassName
{
border-color: #AB4282;
}
</style>