Shades of Medium Orchid #AB56EF
Tints of Medium Orchid #AB56EF
RGB
CMYK
RGB Variations
Color information
#AB56EF (or 0xAB56EF) is known color: Medium Orchid. HEX triplet: AB, 56 and EF. RGB value is (171,86,239). Sum of RGB (Red+Green+Blue) = 171+86+239=496 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.48% from 496); Green value is 86 (33.98% from 255 or 17.34% from 496); Blue value is 239 (93.75% from 255 or 48.19% from 496); Max value from RGB is 239 - color contains mainly: blue. Hex color #AB56EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB56EF is #54A910. Grayscale: #808080. Windows color (decimal): -5548305 or 15685291. OLE color: 15685291.
HSL color Cylindrical-coordinate representation of color #AB56EF: hue angle of 273.33º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB56EF is Cyan = 0.28, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 171 | 86 | 239 | - |
| CMYK | 0.28 | 0.64 | 0 | 0.06 |
| HSL | 273.33º | 0.83% | 0.64% | - |
| HSV(B) | 273.33º | 0.64% | 0.94% | - |
| XYZ | 35.7 | 21.55 | 83.94 | - |
| YUV | 128.86 | 190.16 | 158.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 239 | 0.28 | 0.64 | 0 | 0.06 | 273.33 | 0.83 | 0.64 |
| Hex | AB | 56 | EF | 1C | 40 | 0 | 6 | 111 | 53 | 40 |
| Octal | 253 | 126 | 357 | 34 | 100 | 0 | 6 | 421 | 123 | 100 |
| Binary | 10101011 | 1010110 | 11101111 | 11100 | 1000000 | 0 | 110 | 100010001 | 1010011 | 1000000 |
Color Harmonies of #AB56EF
Complementary color
Monochromatic Colors of #AB56EF
Black with #AB56EF
Text Example
Text Example
White with #AB56EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB56EF; }
p { color: rgb(171,86,239); }
H1.HeaderClassName
{
color: #AB56EF;
}
.AnyTagClassName
{
color: #AB56EF;
}
</style>
background-color css
<style>
a { background-color: #AB56EF; }
a { background-color: rgb(171,86,239); }
div.DivClassName
{
background-color: #AB56EF;
}
.BgClassName
{
background-color: #AB56EF;
}
</style>
border-color css
<style>
span { border-color: #AB56EF; }
span { border-color: rgb(171,86,239); }
td.TdClassName
{
border-color: #AB56EF;
}
.TagClassName
{
border-color: #AB56EF;
}
</style>