Shades of Medium Orchid #AB40EB
Tints of Medium Orchid #AB40EB
RGB
CMYK
RGB Variations
Color information
#AB40EB (or 0xAB40EB) is known color: Medium Orchid. HEX triplet: AB, 40 and EB. RGB value is (171,64,235). Sum of RGB (Red+Green+Blue) = 171+64+235=470 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.38% from 470); Green value is 64 (25.39% from 255 or 13.62% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #AB40EB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AB40EB is #54BF14. Grayscale: #727272. Windows color (decimal): -5553941 or 15417515. OLE color: 15417515.
HSL color Cylindrical-coordinate representation of color #AB40EB: hue angle of 277.54º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB40EB is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 171 | 64 | 235 | - |
| CMYK | 0.27 | 0.73 | 0 | 0.08 |
| HSL | 277.54º | 0.81% | 0.59% | - |
| HSV(B) | 277.54º | 0.73% | 0.92% | - |
| XYZ | 33.62 | 18.32 | 80.36 | - |
| YUV | 115.49 | 195.45 | 167.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 64 | 235 | 0.27 | 0.73 | 0 | 0.08 | 277.54 | 0.81 | 0.59 |
| Hex | AB | 40 | EB | 1B | 49 | 0 | 8 | 116 | 51 | 3B |
| Octal | 253 | 100 | 353 | 33 | 111 | 0 | 10 | 426 | 121 | 73 |
| Binary | 10101011 | 1000000 | 11101011 | 11011 | 1001001 | 0 | 1000 | 100010110 | 1010001 | 111011 |
Color Harmonies of #AB40EB
Complementary color
Monochromatic Colors of #AB40EB
Black with #AB40EB
Text Example
Text Example
White with #AB40EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB40EB; }
p { color: rgb(171,64,235); }
H1.HeaderClassName
{
color: #AB40EB;
}
.AnyTagClassName
{
color: #AB40EB;
}
</style>
background-color css
<style>
a { background-color: #AB40EB; }
a { background-color: rgb(171,64,235); }
div.DivClassName
{
background-color: #AB40EB;
}
.BgClassName
{
background-color: #AB40EB;
}
</style>
border-color css
<style>
span { border-color: #AB40EB; }
span { border-color: rgb(171,64,235); }
td.TdClassName
{
border-color: #AB40EB;
}
.TagClassName
{
border-color: #AB40EB;
}
</style>