Shades of Medium Orchid #AB4DEC
Tints of Medium Orchid #AB4DEC
RGB
CMYK
RGB Variations
Color information
#AB4DEC (or 0xAB4DEC) is known color: Medium Orchid. HEX triplet: AB, 4D and EC. RGB value is (171,77,236). Sum of RGB (Red+Green+Blue) = 171+77+236=484 (64% of max value = 765). Red value is 171 (67.19% from 255 or 35.33% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB4DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB4DEC is #54B213. Grayscale: #7A7A7A. Windows color (decimal): -5550612 or 15486379. OLE color: 15486379.
HSL color Cylindrical-coordinate representation of color #AB4DEC: hue angle of 275.47º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB4DEC is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 77 | 236 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.07 |
| HSL | 275.47º | 0.81% | 0.61% | - |
| HSV(B) | 275.47º | 0.67% | 0.93% | - |
| XYZ | 34.59 | 20.02 | 81.4 | - |
| YUV | 123.23 | 191.64 | 162.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 236 | 0.28 | 0.67 | 0 | 0.07 | 275.47 | 0.81 | 0.61 |
| Hex | AB | 4D | EC | 1C | 43 | 0 | 7 | 113 | 51 | 3D |
| Octal | 253 | 115 | 354 | 34 | 103 | 0 | 7 | 423 | 121 | 75 |
| Binary | 10101011 | 1001101 | 11101100 | 11100 | 1000011 | 0 | 111 | 100010011 | 1010001 | 111101 |
Color Harmonies of #AB4DEC
Complementary color
Monochromatic Colors of #AB4DEC
Black with #AB4DEC
Text Example
Text Example
White with #AB4DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DEC; }
p { color: rgb(171,77,236); }
H1.HeaderClassName
{
color: #AB4DEC;
}
.AnyTagClassName
{
color: #AB4DEC;
}
</style>
background-color css
<style>
a { background-color: #AB4DEC; }
a { background-color: rgb(171,77,236); }
div.DivClassName
{
background-color: #AB4DEC;
}
.BgClassName
{
background-color: #AB4DEC;
}
</style>
border-color css
<style>
span { border-color: #AB4DEC; }
span { border-color: rgb(171,77,236); }
td.TdClassName
{
border-color: #AB4DEC;
}
.TagClassName
{
border-color: #AB4DEC;
}
</style>