Shades of Medium Orchid #AB5BE8
Tints of Medium Orchid #AB5BE8
RGB
CMYK
RGB Variations
Color information
#AB5BE8 (or 0xAB5BE8) is known color: Medium Orchid. HEX triplet: AB, 5B and E8. RGB value is (171,91,232). Sum of RGB (Red+Green+Blue) = 171+91+232=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 232 (91.02% from 255 or 46.96% from 494); Max value from RGB is 232 - color contains mainly: blue. Hex color #AB5BE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5BE8 is #54A417. Grayscale: #828282. Windows color (decimal): -5547032 or 15227819. OLE color: 15227819.
HSL color Cylindrical-coordinate representation of color #AB5BE8: hue angle of 274.04º degrees, saturation: 0.75, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB5BE8 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 171 | 91 | 232 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.09 |
| HSL | 274.04º | 0.75% | 0.63% | - |
| HSV(B) | 274.04º | 0.61% | 0.91% | - |
| XYZ | 35.1 | 21.97 | 78.73 | - |
| YUV | 130.99 | 185 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 232 | 0.26 | 0.61 | 0 | 0.09 | 274.04 | 0.75 | 0.63 |
| Hex | AB | 5B | E8 | 1A | 3D | 0 | 9 | 112 | 4B | 3F |
| Octal | 253 | 133 | 350 | 32 | 75 | 0 | 11 | 422 | 113 | 77 |
| Binary | 10101011 | 1011011 | 11101000 | 11010 | 111101 | 0 | 1001 | 100010010 | 1001011 | 111111 |
Color Harmonies of #AB5BE8
Complementary color
Monochromatic Colors of #AB5BE8
Black with #AB5BE8
Text Example
Text Example
White with #AB5BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5BE8; }
p { color: rgb(171,91,232); }
H1.HeaderClassName
{
color: #AB5BE8;
}
.AnyTagClassName
{
color: #AB5BE8;
}
</style>
background-color css
<style>
a { background-color: #AB5BE8; }
a { background-color: rgb(171,91,232); }
div.DivClassName
{
background-color: #AB5BE8;
}
.BgClassName
{
background-color: #AB5BE8;
}
</style>
border-color css
<style>
span { border-color: #AB5BE8; }
span { border-color: rgb(171,91,232); }
td.TdClassName
{
border-color: #AB5BE8;
}
.TagClassName
{
border-color: #AB5BE8;
}
</style>