Shades of Medium Orchid #AB51EF
Tints of Medium Orchid #AB51EF
RGB
CMYK
RGB Variations
Color information
#AB51EF (or 0xAB51EF) is known color: Medium Orchid. HEX triplet: AB, 51 and EF. RGB value is (171,81,239). Sum of RGB (Red+Green+Blue) = 171+81+239=491 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.83% from 491); Green value is 81 (32.03% from 255 or 16.50% from 491); Blue value is 239 (93.75% from 255 or 48.68% from 491); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB51EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB51EF is #54AE10. Grayscale: #7D7D7D. Windows color (decimal): -5549585 or 15684011. OLE color: 15684011.
HSL color Cylindrical-coordinate representation of color #AB51EF: hue angle of 274.18º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB51EF is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 81 | 239 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.06 |
| HSL | 274.18º | 0.83% | 0.63% | - |
| HSV(B) | 274.18º | 0.66% | 0.94% | - |
| XYZ | 35.32 | 20.77 | 83.81 | - |
| YUV | 125.92 | 191.82 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 239 | 0.28 | 0.66 | 0 | 0.06 | 274.18 | 0.83 | 0.63 |
| Hex | AB | 51 | EF | 1C | 42 | 0 | 6 | 112 | 53 | 3F |
| Octal | 253 | 121 | 357 | 34 | 102 | 0 | 6 | 422 | 123 | 77 |
| Binary | 10101011 | 1010001 | 11101111 | 11100 | 1000010 | 0 | 110 | 100010010 | 1010011 | 111111 |
Color Harmonies of #AB51EF
Complementary color
Monochromatic Colors of #AB51EF
Black with #AB51EF
Text Example
Text Example
White with #AB51EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB51EF; }
p { color: rgb(171,81,239); }
H1.HeaderClassName
{
color: #AB51EF;
}
.AnyTagClassName
{
color: #AB51EF;
}
</style>
background-color css
<style>
a { background-color: #AB51EF; }
a { background-color: rgb(171,81,239); }
div.DivClassName
{
background-color: #AB51EF;
}
.BgClassName
{
background-color: #AB51EF;
}
</style>
border-color css
<style>
span { border-color: #AB51EF; }
span { border-color: rgb(171,81,239); }
td.TdClassName
{
border-color: #AB51EF;
}
.TagClassName
{
border-color: #AB51EF;
}
</style>