Shades of Medium Violet Red #AB1893
Tints of Medium Violet Red #AB1893
RGB
CMYK
RGB Variations
Color information
#AB1893 (or 0xAB1893) is known color: Medium Violet Red. HEX triplet: AB, 18 and 93. RGB value is (171,24,147). Sum of RGB (Red+Green+Blue) = 171+24+147=342 (45% of max value = 765). Red value is 171 (67.19% from 255 or 50% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 147 (57.81% from 255 or 42.98% from 342); Max value from RGB is 171 - color contains mainly: red. Hex color #AB1893 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AB1893 is #54E76C. Grayscale: #515151. Windows color (decimal): -5564269 or 9640107. OLE color: 9640107.
HSL color Cylindrical-coordinate representation of color #AB1893: hue angle of 309.8º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #AB1893 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 24 | 147 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.33 |
| HSL | 309.8º | 0.75% | 0.38% | - |
| HSV(B) | 309.8º | 0.86% | 0.67% | - |
| XYZ | 22.39 | 11.42 | 28.63 | - |
| YUV | 81.98 | 164.7 | 191.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 24 | 147 | 0 | 0.86 | 0.14 | 0.33 | 309.8 | 0.75 | 0.38 |
| Hex | AB | 18 | 93 | 0 | 56 | E | 21 | 136 | 4B | 26 |
| Octal | 253 | 30 | 223 | 0 | 126 | 16 | 41 | 466 | 113 | 46 |
| Binary | 10101011 | 11000 | 10010011 | 0 | 1010110 | 1110 | 100001 | 100110110 | 1001011 | 100110 |
Color Harmonies of #AB1893
Complementary color
Monochromatic Colors of #AB1893
Black with #AB1893
Text Example
Text Example
White with #AB1893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB1893; }
p { color: rgb(171,24,147); }
H1.HeaderClassName
{
color: #AB1893;
}
.AnyTagClassName
{
color: #AB1893;
}
</style>
background-color css
<style>
a { background-color: #AB1893; }
a { background-color: rgb(171,24,147); }
div.DivClassName
{
background-color: #AB1893;
}
.BgClassName
{
background-color: #AB1893;
}
</style>
border-color css
<style>
span { border-color: #AB1893; }
span { border-color: rgb(171,24,147); }
td.TdClassName
{
border-color: #AB1893;
}
.TagClassName
{
border-color: #AB1893;
}
</style>