Shades of Medium Orchid #AB52EC
Tints of Medium Orchid #AB52EC
RGB
CMYK
RGB Variations
Color information
#AB52EC (or 0xAB52EC) is known color: Medium Orchid. HEX triplet: AB, 52 and EC. RGB value is (171,82,236). Sum of RGB (Red+Green+Blue) = 171+82+236=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 82 (32.42% from 255 or 16.77% from 489); Blue value is 236 (92.58% from 255 or 48.26% from 489); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB52EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB52EC is #54AD13. Grayscale: #7D7D7D. Windows color (decimal): -5549332 or 15487659. OLE color: 15487659.
HSL color Cylindrical-coordinate representation of color #AB52EC: hue angle of 274.68º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB52EC is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 82 | 236 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.07 |
| HSL | 274.68º | 0.8% | 0.62% | - |
| HSV(B) | 274.68º | 0.65% | 0.93% | - |
| XYZ | 34.95 | 20.75 | 81.52 | - |
| YUV | 126.17 | 189.99 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 82 | 236 | 0.28 | 0.65 | 0 | 0.07 | 274.68 | 0.8 | 0.62 |
| Hex | AB | 52 | EC | 1C | 41 | 0 | 7 | 113 | 50 | 3E |
| Octal | 253 | 122 | 354 | 34 | 101 | 0 | 7 | 423 | 120 | 76 |
| Binary | 10101011 | 1010010 | 11101100 | 11100 | 1000001 | 0 | 111 | 100010011 | 1010000 | 111110 |
Color Harmonies of #AB52EC
Complementary color
Monochromatic Colors of #AB52EC
Black with #AB52EC
Text Example
Text Example
White with #AB52EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB52EC; }
p { color: rgb(171,82,236); }
H1.HeaderClassName
{
color: #AB52EC;
}
.AnyTagClassName
{
color: #AB52EC;
}
</style>
background-color css
<style>
a { background-color: #AB52EC; }
a { background-color: rgb(171,82,236); }
div.DivClassName
{
background-color: #AB52EC;
}
.BgClassName
{
background-color: #AB52EC;
}
</style>
border-color css
<style>
span { border-color: #AB52EC; }
span { border-color: rgb(171,82,236); }
td.TdClassName
{
border-color: #AB52EC;
}
.TagClassName
{
border-color: #AB52EC;
}
</style>