Shades of Medium Orchid #AB47EE
Tints of Medium Orchid #AB47EE
RGB
CMYK
RGB Variations
Color information
#AB47EE (or 0xAB47EE) is known color: Medium Orchid. HEX triplet: AB, 47 and EE. RGB value is (171,71,238). Sum of RGB (Red+Green+Blue) = 171+71+238=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 71 (28.12% from 255 or 14.79% from 480); Blue value is 238 (93.36% from 255 or 49.58% from 480); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB47EE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB47EE is #54B811. Grayscale: #777777. Windows color (decimal): -5552146 or 15615915. OLE color: 15615915.
HSL color Cylindrical-coordinate representation of color #AB47EE: hue angle of 275.93º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB47EE is Cyan = 0.28, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 71 | 238 | - |
| CMYK | 0.28 | 0.70 | 0 | 0.07 |
| HSL | 275.93º | 0.83% | 0.61% | - |
| HSV(B) | 275.93º | 0.7% | 0.93% | - |
| XYZ | 34.48 | 19.34 | 82.8 | - |
| YUV | 119.94 | 194.63 | 164.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 238 | 0.28 | 0.70 | 0 | 0.07 | 275.93 | 0.83 | 0.61 |
| Hex | AB | 47 | EE | 1C | 46 | 0 | 7 | 114 | 53 | 3D |
| Octal | 253 | 107 | 356 | 34 | 106 | 0 | 7 | 424 | 123 | 75 |
| Binary | 10101011 | 1000111 | 11101110 | 11100 | 1000110 | 0 | 111 | 100010100 | 1010011 | 111101 |
Color Harmonies of #AB47EE
Complementary color
Monochromatic Colors of #AB47EE
Black with #AB47EE
Text Example
Text Example
White with #AB47EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB47EE; }
p { color: rgb(171,71,238); }
H1.HeaderClassName
{
color: #AB47EE;
}
.AnyTagClassName
{
color: #AB47EE;
}
</style>
background-color css
<style>
a { background-color: #AB47EE; }
a { background-color: rgb(171,71,238); }
div.DivClassName
{
background-color: #AB47EE;
}
.BgClassName
{
background-color: #AB47EE;
}
</style>
border-color css
<style>
span { border-color: #AB47EE; }
span { border-color: rgb(171,71,238); }
td.TdClassName
{
border-color: #AB47EE;
}
.TagClassName
{
border-color: #AB47EE;
}
</style>