Shades of Medium Orchid #AB51CE
Tints of Medium Orchid #AB51CE
RGB
CMYK
RGB Variations
Color information
#AB51CE (or 0xAB51CE) is known color: Medium Orchid. HEX triplet: AB, 51 and CE. RGB value is (171,81,206). Sum of RGB (Red+Green+Blue) = 171+81+206=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #AB51CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB51CE is #54AE31. Grayscale: #797979. Windows color (decimal): -5549618 or 13521323. OLE color: 13521323.
HSL color Cylindrical-coordinate representation of color #AB51CE: hue angle of 283.2º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB51CE is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 81 | 206 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.19 |
| HSL | 283.2º | 0.56% | 0.56% | - |
| HSV(B) | 283.2º | 0.61% | 0.81% | - |
| XYZ | 30.88 | 19 | 60.43 | - |
| YUV | 122.16 | 175.32 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 206 | 0.17 | 0.61 | 0 | 0.19 | 283.2 | 0.56 | 0.56 |
| Hex | AB | 51 | CE | 11 | 3D | 0 | 13 | 11B | 38 | 38 |
| Octal | 253 | 121 | 316 | 21 | 75 | 0 | 23 | 433 | 70 | 70 |
| Binary | 10101011 | 1010001 | 11001110 | 10001 | 111101 | 0 | 10011 | 100011011 | 111000 | 111000 |
Color Harmonies of #AB51CE
Complementary color
Monochromatic Colors of #AB51CE
Black with #AB51CE
Text Example
Text Example
White with #AB51CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB51CE; }
p { color: rgb(171,81,206); }
H1.HeaderClassName
{
color: #AB51CE;
}
.AnyTagClassName
{
color: #AB51CE;
}
</style>
background-color css
<style>
a { background-color: #AB51CE; }
a { background-color: rgb(171,81,206); }
div.DivClassName
{
background-color: #AB51CE;
}
.BgClassName
{
background-color: #AB51CE;
}
</style>
border-color css
<style>
span { border-color: #AB51CE; }
span { border-color: rgb(171,81,206); }
td.TdClassName
{
border-color: #AB51CE;
}
.TagClassName
{
border-color: #AB51CE;
}
</style>