Shades of Medium Orchid #AB47E9
Tints of Medium Orchid #AB47E9
RGB
CMYK
RGB Variations
Color information
#AB47E9 (or 0xAB47E9) is known color: Medium Orchid. HEX triplet: AB, 47 and E9. RGB value is (171,71,233). Sum of RGB (Red+Green+Blue) = 171+71+233=475 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #AB47E9 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB47E9 is #54B816. Grayscale: #767676. Windows color (decimal): -5552151 or 15288235. OLE color: 15288235.
HSL color Cylindrical-coordinate representation of color #AB47E9: hue angle of 277.04º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB47E9 is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 71 | 233 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.09 |
| HSL | 277.04º | 0.79% | 0.6% | - |
| HSV(B) | 277.04º | 0.7% | 0.91% | - |
| XYZ | 33.76 | 19.05 | 78.99 | - |
| YUV | 119.37 | 192.13 | 164.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 233 | 0.27 | 0.70 | 0 | 0.09 | 277.04 | 0.79 | 0.6 |
| Hex | AB | 47 | E9 | 1B | 46 | 0 | 9 | 115 | 4F | 3C |
| Octal | 253 | 107 | 351 | 33 | 106 | 0 | 11 | 425 | 117 | 74 |
| Binary | 10101011 | 1000111 | 11101001 | 11011 | 1000110 | 0 | 1001 | 100010101 | 1001111 | 111100 |
Color Harmonies of #AB47E9
Complementary color
Monochromatic Colors of #AB47E9
Black with #AB47E9
Text Example
Text Example
White with #AB47E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB47E9; }
p { color: rgb(171,71,233); }
H1.HeaderClassName
{
color: #AB47E9;
}
.AnyTagClassName
{
color: #AB47E9;
}
</style>
background-color css
<style>
a { background-color: #AB47E9; }
a { background-color: rgb(171,71,233); }
div.DivClassName
{
background-color: #AB47E9;
}
.BgClassName
{
background-color: #AB47E9;
}
</style>
border-color css
<style>
span { border-color: #AB47E9; }
span { border-color: rgb(171,71,233); }
td.TdClassName
{
border-color: #AB47E9;
}
.TagClassName
{
border-color: #AB47E9;
}
</style>