Shades of Medium Orchid #AB54E1
Tints of Medium Orchid #AB54E1
RGB
CMYK
RGB Variations
Color information
#AB54E1 (or 0xAB54E1) is known color: Medium Orchid. HEX triplet: AB, 54 and E1. RGB value is (171,84,225). Sum of RGB (Red+Green+Blue) = 171+84+225=480 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.62% from 480); Green value is 84 (33.20% from 255 or 17.5% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB54E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54E1 is #54AB1E. Grayscale: #7D7D7D. Windows color (decimal): -5548831 or 14767275. OLE color: 14767275.
HSL color Cylindrical-coordinate representation of color #AB54E1: hue angle of 277.02º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB54E1 is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 84 | 225 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.12 |
| HSL | 277.02º | 0.7% | 0.61% | - |
| HSV(B) | 277.02º | 0.63% | 0.88% | - |
| XYZ | 33.56 | 20.43 | 73.41 | - |
| YUV | 126.09 | 183.82 | 160.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 225 | 0.24 | 0.63 | 0 | 0.12 | 277.02 | 0.7 | 0.61 |
| Hex | AB | 54 | E1 | 18 | 3F | 0 | C | 115 | 46 | 3D |
| Octal | 253 | 124 | 341 | 30 | 77 | 0 | 14 | 425 | 106 | 75 |
| Binary | 10101011 | 1010100 | 11100001 | 11000 | 111111 | 0 | 1100 | 100010101 | 1000110 | 111101 |
Color Harmonies of #AB54E1
Complementary color
Monochromatic Colors of #AB54E1
Black with #AB54E1
Text Example
Text Example
White with #AB54E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB54E1; }
p { color: rgb(171,84,225); }
H1.HeaderClassName
{
color: #AB54E1;
}
.AnyTagClassName
{
color: #AB54E1;
}
</style>
background-color css
<style>
a { background-color: #AB54E1; }
a { background-color: rgb(171,84,225); }
div.DivClassName
{
background-color: #AB54E1;
}
.BgClassName
{
background-color: #AB54E1;
}
</style>
border-color css
<style>
span { border-color: #AB54E1; }
span { border-color: rgb(171,84,225); }
td.TdClassName
{
border-color: #AB54E1;
}
.TagClassName
{
border-color: #AB54E1;
}
</style>