Shades of Medium Orchid #AB47EF
Tints of Medium Orchid #AB47EF
RGB
CMYK
RGB Variations
Color information
#AB47EF (or 0xAB47EF) is known color: Medium Orchid. HEX triplet: AB, 47 and EF. RGB value is (171,71,239). Sum of RGB (Red+Green+Blue) = 171+71+239=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 71 (28.12% from 255 or 14.76% from 481); Blue value is 239 (93.75% from 255 or 49.69% from 481); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB47EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB47EF is #54B810. Grayscale: #777777. Windows color (decimal): -5552145 or 15681451. OLE color: 15681451.
HSL color Cylindrical-coordinate representation of color #AB47EF: hue angle of 275.71º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB47EF is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 71 | 239 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.06 |
| HSL | 275.71º | 0.84% | 0.61% | - |
| HSV(B) | 275.71º | 0.7% | 0.94% | - |
| XYZ | 34.63 | 19.4 | 83.58 | - |
| YUV | 120.05 | 195.13 | 164.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 239 | 0.28 | 0.70 | 0 | 0.06 | 275.71 | 0.84 | 0.61 |
| Hex | AB | 47 | EF | 1C | 46 | 0 | 6 | 114 | 54 | 3D |
| Octal | 253 | 107 | 357 | 34 | 106 | 0 | 6 | 424 | 124 | 75 |
| Binary | 10101011 | 1000111 | 11101111 | 11100 | 1000110 | 0 | 110 | 100010100 | 1010100 | 111101 |
Color Harmonies of #AB47EF
Complementary color
Monochromatic Colors of #AB47EF
Black with #AB47EF
Text Example
Text Example
White with #AB47EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB47EF; }
p { color: rgb(171,71,239); }
H1.HeaderClassName
{
color: #AB47EF;
}
.AnyTagClassName
{
color: #AB47EF;
}
</style>
background-color css
<style>
a { background-color: #AB47EF; }
a { background-color: rgb(171,71,239); }
div.DivClassName
{
background-color: #AB47EF;
}
.BgClassName
{
background-color: #AB47EF;
}
</style>
border-color css
<style>
span { border-color: #AB47EF; }
span { border-color: rgb(171,71,239); }
td.TdClassName
{
border-color: #AB47EF;
}
.TagClassName
{
border-color: #AB47EF;
}
</style>