Shades of Medium Orchid #AB40EA
Tints of Medium Orchid #AB40EA
RGB
CMYK
RGB Variations
Color information
#AB40EA (or 0xAB40EA) is known color: Medium Orchid. HEX triplet: AB, 40 and EA. RGB value is (171,64,234). Sum of RGB (Red+Green+Blue) = 171+64+234=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 64 (25.39% from 255 or 13.65% from 469); Blue value is 234 (91.80% from 255 or 49.89% from 469); Max value from RGB is 234 - color contains mainly: blue. Hex color #AB40EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB40EA is #54BF15. Grayscale: #727272. Windows color (decimal): -5553942 or 15351979. OLE color: 15351979.
HSL color Cylindrical-coordinate representation of color #AB40EA: hue angle of 277.76º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB40EA is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 64 | 234 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.08 |
| HSL | 277.76º | 0.8% | 0.58% | - |
| HSV(B) | 277.76º | 0.73% | 0.92% | - |
| XYZ | 33.48 | 18.27 | 79.6 | - |
| YUV | 115.37 | 194.95 | 167.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 234 | 0.27 | 0.73 | 0 | 0.08 | 277.76 | 0.8 | 0.58 |
| Hex | AB | 40 | EA | 1B | 49 | 0 | 8 | 116 | 50 | 3A |
| Octal | 253 | 100 | 352 | 33 | 111 | 0 | 10 | 426 | 120 | 72 |
| Binary | 10101011 | 1000000 | 11101010 | 11011 | 1001001 | 0 | 1000 | 100010110 | 1010000 | 111010 |
Color Harmonies of #AB40EA
Complementary color
Monochromatic Colors of #AB40EA
Black with #AB40EA
Text Example
Text Example
White with #AB40EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB40EA; }
p { color: rgb(171,64,234); }
H1.HeaderClassName
{
color: #AB40EA;
}
.AnyTagClassName
{
color: #AB40EA;
}
</style>
background-color css
<style>
a { background-color: #AB40EA; }
a { background-color: rgb(171,64,234); }
div.DivClassName
{
background-color: #AB40EA;
}
.BgClassName
{
background-color: #AB40EA;
}
</style>
border-color css
<style>
span { border-color: #AB40EA; }
span { border-color: rgb(171,64,234); }
td.TdClassName
{
border-color: #AB40EA;
}
.TagClassName
{
border-color: #AB40EA;
}
</style>