Shades of Medium Orchid #AB52E1
Tints of Medium Orchid #AB52E1
RGB
CMYK
RGB Variations
Color information
#AB52E1 (or 0xAB52E1) is known color: Medium Orchid. HEX triplet: AB, 52 and E1. RGB value is (171,82,225). Sum of RGB (Red+Green+Blue) = 171+82+225=478 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.77% from 478); Green value is 82 (32.42% from 255 or 17.15% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #AB52E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB52E1 is #54AD1E. Grayscale: #7C7C7C. Windows color (decimal): -5549343 or 14766763. OLE color: 14766763.
HSL color Cylindrical-coordinate representation of color #AB52E1: hue angle of 277.34º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB52E1 is Cyan = 0.24, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 82 | 225 | - |
| CMYK | 0.24 | 0.64 | 0 | 0.12 |
| HSL | 277.34º | 0.7% | 0.6% | - |
| HSV(B) | 277.34º | 0.64% | 0.88% | - |
| XYZ | 33.4 | 20.13 | 73.36 | - |
| YUV | 124.91 | 184.49 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 225 | 0.24 | 0.64 | 0 | 0.12 | 277.34 | 0.7 | 0.6 |
| Hex | AB | 52 | E1 | 18 | 40 | 0 | C | 115 | 46 | 3C |
| Octal | 253 | 122 | 341 | 30 | 100 | 0 | 14 | 425 | 106 | 74 |
| Binary | 10101011 | 1010010 | 11100001 | 11000 | 1000000 | 0 | 1100 | 100010101 | 1000110 | 111100 |
Color Harmonies of #AB52E1
Complementary color
Monochromatic Colors of #AB52E1
Black with #AB52E1
Text Example
Text Example
White with #AB52E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB52E1; }
p { color: rgb(171,82,225); }
H1.HeaderClassName
{
color: #AB52E1;
}
.AnyTagClassName
{
color: #AB52E1;
}
</style>
background-color css
<style>
a { background-color: #AB52E1; }
a { background-color: rgb(171,82,225); }
div.DivClassName
{
background-color: #AB52E1;
}
.BgClassName
{
background-color: #AB52E1;
}
</style>
border-color css
<style>
span { border-color: #AB52E1; }
span { border-color: rgb(171,82,225); }
td.TdClassName
{
border-color: #AB52E1;
}
.TagClassName
{
border-color: #AB52E1;
}
</style>