Shades of Medium Orchid #AB56EE
Tints of Medium Orchid #AB56EE
RGB
CMYK
RGB Variations
Color information
#AB56EE (or 0xAB56EE) is known color: Medium Orchid. HEX triplet: AB, 56 and EE. RGB value is (171,86,238). Sum of RGB (Red+Green+Blue) = 171+86+238=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 86 (33.98% from 255 or 17.37% from 495); Blue value is 238 (93.36% from 255 or 48.08% from 495); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB56EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB56EE is #54A911. Grayscale: #808080. Windows color (decimal): -5548306 or 15619755. OLE color: 15619755.
HSL color Cylindrical-coordinate representation of color #AB56EE: hue angle of 273.55º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB56EE is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 86 | 238 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.07 |
| HSL | 273.55º | 0.82% | 0.64% | - |
| HSV(B) | 273.55º | 0.64% | 0.93% | - |
| XYZ | 35.55 | 21.49 | 83.16 | - |
| YUV | 128.74 | 189.66 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 238 | 0.28 | 0.64 | 0 | 0.07 | 273.55 | 0.82 | 0.64 |
| Hex | AB | 56 | EE | 1C | 40 | 0 | 7 | 112 | 52 | 40 |
| Octal | 253 | 126 | 356 | 34 | 100 | 0 | 7 | 422 | 122 | 100 |
| Binary | 10101011 | 1010110 | 11101110 | 11100 | 1000000 | 0 | 111 | 100010010 | 1010010 | 1000000 |
Color Harmonies of #AB56EE
Complementary color
Monochromatic Colors of #AB56EE
Black with #AB56EE
Text Example
Text Example
White with #AB56EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB56EE; }
p { color: rgb(171,86,238); }
H1.HeaderClassName
{
color: #AB56EE;
}
.AnyTagClassName
{
color: #AB56EE;
}
</style>
background-color css
<style>
a { background-color: #AB56EE; }
a { background-color: rgb(171,86,238); }
div.DivClassName
{
background-color: #AB56EE;
}
.BgClassName
{
background-color: #AB56EE;
}
</style>
border-color css
<style>
span { border-color: #AB56EE; }
span { border-color: rgb(171,86,238); }
td.TdClassName
{
border-color: #AB56EE;
}
.TagClassName
{
border-color: #AB56EE;
}
</style>