Shades of Medium Orchid #AB42EA
Tints of Medium Orchid #AB42EA
RGB
CMYK
RGB Variations
Color information
#AB42EA (or 0xAB42EA) is known color: Medium Orchid. HEX triplet: AB, 42 and EA. RGB value is (171,66,234). Sum of RGB (Red+Green+Blue) = 171+66+234=471 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.31% from 471); Green value is 66 (26.17% from 255 or 14.01% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB42EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB42EA is #54BD15. Grayscale: #737373. Windows color (decimal): -5553430 or 15352491. OLE color: 15352491.
HSL color Cylindrical-coordinate representation of color #AB42EA: hue angle of 277.5º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB42EA is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 66 | 234 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.08 |
| HSL | 277.5º | 0.8% | 0.59% | - |
| HSV(B) | 277.5º | 0.72% | 0.92% | - |
| XYZ | 33.59 | 18.49 | 79.64 | - |
| YUV | 116.55 | 194.29 | 166.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 66 | 234 | 0.27 | 0.72 | 0 | 0.08 | 277.5 | 0.8 | 0.59 |
| Hex | AB | 42 | EA | 1B | 48 | 0 | 8 | 116 | 50 | 3B |
| Octal | 253 | 102 | 352 | 33 | 110 | 0 | 10 | 426 | 120 | 73 |
| Binary | 10101011 | 1000010 | 11101010 | 11011 | 1001000 | 0 | 1000 | 100010110 | 1010000 | 111011 |
Color Harmonies of #AB42EA
Complementary color
Monochromatic Colors of #AB42EA
Black with #AB42EA
Text Example
Text Example
White with #AB42EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB42EA; }
p { color: rgb(171,66,234); }
H1.HeaderClassName
{
color: #AB42EA;
}
.AnyTagClassName
{
color: #AB42EA;
}
</style>
background-color css
<style>
a { background-color: #AB42EA; }
a { background-color: rgb(171,66,234); }
div.DivClassName
{
background-color: #AB42EA;
}
.BgClassName
{
background-color: #AB42EA;
}
</style>
border-color css
<style>
span { border-color: #AB42EA; }
span { border-color: rgb(171,66,234); }
td.TdClassName
{
border-color: #AB42EA;
}
.TagClassName
{
border-color: #AB42EA;
}
</style>