Shades of Medium Red Violet #AB27A8
Tints of Medium Red Violet #AB27A8
RGB
CMYK
RGB Variations
Color information
#AB27A8 (or 0xAB27A8) is known color: Medium Red Violet. HEX triplet: AB, 27 and A8. RGB value is (171,39,168). Sum of RGB (Red+Green+Blue) = 171+39+168=378 (50% of max value = 765). Red value is 171 (67.19% from 255 or 45.24% from 378); Green value is 39 (15.62% from 255 or 10.32% from 378); Blue value is 168 (66.02% from 255 or 44.44% from 378); Max value from RGB is 171 - color contains mainly: red. Hex color #AB27A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AB27A8 is #54D857. Grayscale: #5C5C5C. Windows color (decimal): -5560408 or 11020203. OLE color: 11020203.
HSL color Cylindrical-coordinate representation of color #AB27A8: hue angle of 301.36º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB27A8 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 39 | 168 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.33 |
| HSL | 301.36º | 0.63% | 0.41% | - |
| HSV(B) | 301.36º | 0.77% | 0.67% | - |
| XYZ | 24.59 | 12.94 | 38.25 | - |
| YUV | 93.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 39 | 168 | 0 | 0.77 | 0.02 | 0.33 | 301.36 | 0.63 | 0.41 |
| Hex | AB | 27 | A8 | 0 | 4D | 2 | 21 | 12D | 3F | 29 |
| Octal | 253 | 47 | 250 | 0 | 115 | 2 | 41 | 455 | 77 | 51 |
| Binary | 10101011 | 100111 | 10101000 | 0 | 1001101 | 10 | 100001 | 100101101 | 111111 | 101001 |
Color Harmonies of #AB27A8
Complementary color
Monochromatic Colors of #AB27A8
Black with #AB27A8
Text Example
Text Example
White with #AB27A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB27A8; }
p { color: rgb(171,39,168); }
H1.HeaderClassName
{
color: #AB27A8;
}
.AnyTagClassName
{
color: #AB27A8;
}
</style>
background-color css
<style>
a { background-color: #AB27A8; }
a { background-color: rgb(171,39,168); }
div.DivClassName
{
background-color: #AB27A8;
}
.BgClassName
{
background-color: #AB27A8;
}
</style>
border-color css
<style>
span { border-color: #AB27A8; }
span { border-color: rgb(171,39,168); }
td.TdClassName
{
border-color: #AB27A8;
}
.TagClassName
{
border-color: #AB27A8;
}
</style>