Shades of Medium Orchid #AB5ED8
Tints of Medium Orchid #AB5ED8
RGB
CMYK
RGB Variations
Color information
#AB5ED8 (or 0xAB5ED8) is known color: Medium Orchid. HEX triplet: AB, 5E and D8. RGB value is (171,94,216). Sum of RGB (Red+Green+Blue) = 171+94+216=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 94 (37.11% from 255 or 19.54% from 481); Blue value is 216 (84.77% from 255 or 44.91% from 481); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB5ED8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ED8 is #54A127. Grayscale: #828282. Windows color (decimal): -5546280 or 14180011. OLE color: 14180011.
HSL color Cylindrical-coordinate representation of color #AB5ED8: hue angle of 277.87º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB5ED8 is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 94 | 216 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.15 |
| HSL | 277.87º | 0.61% | 0.61% | - |
| HSV(B) | 277.87º | 0.56% | 0.85% | - |
| XYZ | 33.19 | 21.62 | 67.39 | - |
| YUV | 130.93 | 176.01 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 216 | 0.21 | 0.56 | 0 | 0.15 | 277.87 | 0.61 | 0.61 |
| Hex | AB | 5E | D8 | 15 | 38 | 0 | F | 116 | 3D | 3D |
| Octal | 253 | 136 | 330 | 25 | 70 | 0 | 17 | 426 | 75 | 75 |
| Binary | 10101011 | 1011110 | 11011000 | 10101 | 111000 | 0 | 1111 | 100010110 | 111101 | 111101 |
Color Harmonies of #AB5ED8
Complementary color
Monochromatic Colors of #AB5ED8
Black with #AB5ED8
Text Example
Text Example
White with #AB5ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5ED8; }
p { color: rgb(171,94,216); }
H1.HeaderClassName
{
color: #AB5ED8;
}
.AnyTagClassName
{
color: #AB5ED8;
}
</style>
background-color css
<style>
a { background-color: #AB5ED8; }
a { background-color: rgb(171,94,216); }
div.DivClassName
{
background-color: #AB5ED8;
}
.BgClassName
{
background-color: #AB5ED8;
}
</style>
border-color css
<style>
span { border-color: #AB5ED8; }
span { border-color: rgb(171,94,216); }
td.TdClassName
{
border-color: #AB5ED8;
}
.TagClassName
{
border-color: #AB5ED8;
}
</style>