Shades of Medium Orchid #AB41EC
Tints of Medium Orchid #AB41EC
RGB
CMYK
RGB Variations
Color information
#AB41EC (or 0xAB41EC) is known color: Medium Orchid. HEX triplet: AB, 41 and EC. RGB value is (171,65,236). Sum of RGB (Red+Green+Blue) = 171+65+236=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 236 (92.58% from 255 or 50% from 472); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB41EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB41EC is #54BE13. Grayscale: #737373. Windows color (decimal): -5553684 or 15483307. OLE color: 15483307.
HSL color Cylindrical-coordinate representation of color #AB41EC: hue angle of 277.19º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB41EC is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 65 | 236 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.07 |
| HSL | 277.19º | 0.82% | 0.59% | - |
| HSV(B) | 277.19º | 0.72% | 0.93% | - |
| XYZ | 33.83 | 18.49 | 81.14 | - |
| YUV | 116.19 | 195.62 | 167.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 236 | 0.28 | 0.72 | 0 | 0.07 | 277.19 | 0.82 | 0.59 |
| Hex | AB | 41 | EC | 1C | 48 | 0 | 7 | 115 | 52 | 3B |
| Octal | 253 | 101 | 354 | 34 | 110 | 0 | 7 | 425 | 122 | 73 |
| Binary | 10101011 | 1000001 | 11101100 | 11100 | 1001000 | 0 | 111 | 100010101 | 1010010 | 111011 |
Color Harmonies of #AB41EC
Complementary color
Monochromatic Colors of #AB41EC
Black with #AB41EC
Text Example
Text Example
White with #AB41EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB41EC; }
p { color: rgb(171,65,236); }
H1.HeaderClassName
{
color: #AB41EC;
}
.AnyTagClassName
{
color: #AB41EC;
}
</style>
background-color css
<style>
a { background-color: #AB41EC; }
a { background-color: rgb(171,65,236); }
div.DivClassName
{
background-color: #AB41EC;
}
.BgClassName
{
background-color: #AB41EC;
}
</style>
border-color css
<style>
span { border-color: #AB41EC; }
span { border-color: rgb(171,65,236); }
td.TdClassName
{
border-color: #AB41EC;
}
.TagClassName
{
border-color: #AB41EC;
}
</style>