Shades of Medium Orchid #AB42E0
Tints of Medium Orchid #AB42E0
RGB
CMYK
RGB Variations
Color information
#AB42E0 (or 0xAB42E0) is known color: Medium Orchid. HEX triplet: AB, 42 and E0. RGB value is (171,66,224). Sum of RGB (Red+Green+Blue) = 171+66+224=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 66 (26.17% from 255 or 14.32% from 461); Blue value is 224 (87.89% from 255 or 48.59% from 461); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB42E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB42E0 is #54BD1F. Grayscale: #727272. Windows color (decimal): -5553440 or 14697131. OLE color: 14697131.
HSL color Cylindrical-coordinate representation of color #AB42E0: hue angle of 279.87º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AB42E0 is Cyan = 0.24, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 66 | 224 | - |
| CMYK | 0.24 | 0.71 | 0 | 0.12 |
| HSL | 279.87º | 0.72% | 0.57% | - |
| HSV(B) | 279.87º | 0.71% | 0.88% | - |
| XYZ | 32.2 | 17.94 | 72.29 | - |
| YUV | 115.41 | 189.29 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 224 | 0.24 | 0.71 | 0 | 0.12 | 279.87 | 0.72 | 0.57 |
| Hex | AB | 42 | E0 | 18 | 47 | 0 | C | 118 | 48 | 39 |
| Octal | 253 | 102 | 340 | 30 | 107 | 0 | 14 | 430 | 110 | 71 |
| Binary | 10101011 | 1000010 | 11100000 | 11000 | 1000111 | 0 | 1100 | 100011000 | 1001000 | 111001 |
Color Harmonies of #AB42E0
Complementary color
Monochromatic Colors of #AB42E0
Black with #AB42E0
Text Example
Text Example
White with #AB42E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB42E0; }
p { color: rgb(171,66,224); }
H1.HeaderClassName
{
color: #AB42E0;
}
.AnyTagClassName
{
color: #AB42E0;
}
</style>
background-color css
<style>
a { background-color: #AB42E0; }
a { background-color: rgb(171,66,224); }
div.DivClassName
{
background-color: #AB42E0;
}
.BgClassName
{
background-color: #AB42E0;
}
</style>
border-color css
<style>
span { border-color: #AB42E0; }
span { border-color: rgb(171,66,224); }
td.TdClassName
{
border-color: #AB42E0;
}
.TagClassName
{
border-color: #AB42E0;
}
</style>