Shades of Medium Violet Red #AB1283
Tints of Medium Violet Red #AB1283
RGB
CMYK
RGB Variations
Color information
#AB1283 (or 0xAB1283) is known color: Medium Violet Red. HEX triplet: AB, 12 and 83. RGB value is (171,18,131). Sum of RGB (Red+Green+Blue) = 171+18+131=320 (42% of max value = 765). Red value is 171 (67.19% from 255 or 53.44% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 131 (51.56% from 255 or 40.94% from 320); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1283 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1283 is #54ED7C. Grayscale: #4C4C4C. Windows color (decimal): -5565821 or 8589995. OLE color: 8589995.
HSL color Cylindrical-coordinate representation of color #AB1283: hue angle of 315.69º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AB1283 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 18 | 131 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.33 |
| HSL | 315.69º | 0.81% | 0.37% | - |
| HSV(B) | 315.69º | 0.89% | 0.67% | - |
| XYZ | 21.11 | 10.73 | 22.43 | - |
| YUV | 76.63 | 158.69 | 195.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 18 | 131 | 0 | 0.89 | 0.23 | 0.33 | 315.69 | 0.81 | 0.37 |
| Hex | AB | 12 | 83 | 0 | 59 | 17 | 21 | 13C | 51 | 25 |
| Octal | 253 | 22 | 203 | 0 | 131 | 27 | 41 | 474 | 121 | 45 |
| Binary | 10101011 | 10010 | 10000011 | 0 | 1011001 | 10111 | 100001 | 100111100 | 1010001 | 100101 |
Color Harmonies of #AB1283
Complementary color
Monochromatic Colors of #AB1283
Black with #AB1283
Text Example
Text Example
White with #AB1283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1283; }
p { color: rgb(171,18,131); }
H1.HeaderClassName
{
color: #AB1283;
}
.AnyTagClassName
{
color: #AB1283;
}
</style>
background-color css
<style>
a { background-color: #AB1283; }
a { background-color: rgb(171,18,131); }
div.DivClassName
{
background-color: #AB1283;
}
.BgClassName
{
background-color: #AB1283;
}
</style>
border-color css
<style>
span { border-color: #AB1283; }
span { border-color: rgb(171,18,131); }
td.TdClassName
{
border-color: #AB1283;
}
.TagClassName
{
border-color: #AB1283;
}
</style>