Shades of Medium Orchid #AB42EC
Tints of Medium Orchid #AB42EC
RGB
CMYK
RGB Variations
Color information
#AB42EC (or 0xAB42EC) is known color: Medium Orchid. HEX triplet: AB, 42 and EC. RGB value is (171,66,236). Sum of RGB (Red+Green+Blue) = 171+66+236=473 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.15% from 473); Green value is 66 (26.17% from 255 or 13.95% from 473); Blue value is 236 (92.58% from 255 or 49.89% from 473); Max value from RGB is 236 - color contains mainly: blue. Hex color #AB42EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB42EC is #54BD13. Grayscale: #747474. Windows color (decimal): -5553428 or 15483563. OLE color: 15483563.
HSL color Cylindrical-coordinate representation of color #AB42EC: hue angle of 277.06º 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 #AB42EC is Cyan = 0.28, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 66 | 236 | - |
| CMYK | 0.28 | 0.72 | 0 | 0.07 |
| HSL | 277.06º | 0.82% | 0.59% | - |
| HSV(B) | 277.06º | 0.72% | 0.93% | - |
| XYZ | 33.88 | 18.61 | 81.16 | - |
| YUV | 116.78 | 195.29 | 166.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 236 | 0.28 | 0.72 | 0 | 0.07 | 277.06 | 0.82 | 0.59 |
| Hex | AB | 42 | EC | 1C | 48 | 0 | 7 | 115 | 52 | 3B |
| Octal | 253 | 102 | 354 | 34 | 110 | 0 | 7 | 425 | 122 | 73 |
| Binary | 10101011 | 1000010 | 11101100 | 11100 | 1001000 | 0 | 111 | 100010101 | 1010010 | 111011 |
Color Harmonies of #AB42EC
Complementary color
Monochromatic Colors of #AB42EC
Black with #AB42EC
Text Example
Text Example
White with #AB42EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB42EC; }
p { color: rgb(171,66,236); }
H1.HeaderClassName
{
color: #AB42EC;
}
.AnyTagClassName
{
color: #AB42EC;
}
</style>
background-color css
<style>
a { background-color: #AB42EC; }
a { background-color: rgb(171,66,236); }
div.DivClassName
{
background-color: #AB42EC;
}
.BgClassName
{
background-color: #AB42EC;
}
</style>
border-color css
<style>
span { border-color: #AB42EC; }
span { border-color: rgb(171,66,236); }
td.TdClassName
{
border-color: #AB42EC;
}
.TagClassName
{
border-color: #AB42EC;
}
</style>