Shades of Medium Orchid #AB54EE
Tints of Medium Orchid #AB54EE
RGB
CMYK
RGB Variations
Color information
#AB54EE (or 0xAB54EE) is known color: Medium Orchid. HEX triplet: AB, 54 and EE. RGB value is (171,84,238). Sum of RGB (Red+Green+Blue) = 171+84+238=493 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.69% from 493); Green value is 84 (33.20% from 255 or 17.04% from 493); Blue value is 238 (93.36% from 255 or 48.28% from 493); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB54EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB54EE is #54AB11. Grayscale: #7F7F7F. Windows color (decimal): -5548818 or 15619243. OLE color: 15619243.
HSL color Cylindrical-coordinate representation of color #AB54EE: hue angle of 273.9º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB54EE is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 84 | 238 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.07 |
| HSL | 273.9º | 0.82% | 0.63% | - |
| HSV(B) | 273.9º | 0.65% | 0.93% | - |
| XYZ | 35.4 | 21.17 | 83.11 | - |
| YUV | 127.57 | 190.32 | 158.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 238 | 0.28 | 0.65 | 0 | 0.07 | 273.9 | 0.82 | 0.63 |
| Hex | AB | 54 | EE | 1C | 41 | 0 | 7 | 112 | 52 | 3F |
| Octal | 253 | 124 | 356 | 34 | 101 | 0 | 7 | 422 | 122 | 77 |
| Binary | 10101011 | 1010100 | 11101110 | 11100 | 1000001 | 0 | 111 | 100010010 | 1010010 | 111111 |
Color Harmonies of #AB54EE
Complementary color
Monochromatic Colors of #AB54EE
Black with #AB54EE
Text Example
Text Example
White with #AB54EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB54EE; }
p { color: rgb(171,84,238); }
H1.HeaderClassName
{
color: #AB54EE;
}
.AnyTagClassName
{
color: #AB54EE;
}
</style>
background-color css
<style>
a { background-color: #AB54EE; }
a { background-color: rgb(171,84,238); }
div.DivClassName
{
background-color: #AB54EE;
}
.BgClassName
{
background-color: #AB54EE;
}
</style>
border-color css
<style>
span { border-color: #AB54EE; }
span { border-color: rgb(171,84,238); }
td.TdClassName
{
border-color: #AB54EE;
}
.TagClassName
{
border-color: #AB54EE;
}
</style>