Shades of Medium Orchid #AB50EE
Tints of Medium Orchid #AB50EE
RGB
CMYK
RGB Variations
Color information
#AB50EE (or 0xAB50EE) is known color: Medium Orchid. HEX triplet: AB, 50 and EE. RGB value is (171,80,238). Sum of RGB (Red+Green+Blue) = 171+80+238=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 80 (31.64% from 255 or 16.36% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #AB50EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB50EE is #54AF11. Grayscale: #7C7C7C. Windows color (decimal): -5549842 or 15618219. OLE color: 15618219.
HSL color Cylindrical-coordinate representation of color #AB50EE: hue angle of 274.56º degrees, saturation: 0.82, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB50EE is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 171 | 80 | 238 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.07 |
| HSL | 274.56º | 0.82% | 0.62% | - |
| HSV(B) | 274.56º | 0.66% | 0.93% | - |
| XYZ | 35.1 | 20.57 | 83.01 | - |
| YUV | 125.22 | 191.65 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 238 | 0.28 | 0.66 | 0 | 0.07 | 274.56 | 0.82 | 0.62 |
| Hex | AB | 50 | EE | 1C | 42 | 0 | 7 | 113 | 52 | 3E |
| Octal | 253 | 120 | 356 | 34 | 102 | 0 | 7 | 423 | 122 | 76 |
| Binary | 10101011 | 1010000 | 11101110 | 11100 | 1000010 | 0 | 111 | 100010011 | 1010010 | 111110 |
Color Harmonies of #AB50EE
Complementary color
Monochromatic Colors of #AB50EE
Black with #AB50EE
Text Example
Text Example
White with #AB50EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB50EE; }
p { color: rgb(171,80,238); }
H1.HeaderClassName
{
color: #AB50EE;
}
.AnyTagClassName
{
color: #AB50EE;
}
</style>
background-color css
<style>
a { background-color: #AB50EE; }
a { background-color: rgb(171,80,238); }
div.DivClassName
{
background-color: #AB50EE;
}
.BgClassName
{
background-color: #AB50EE;
}
</style>
border-color css
<style>
span { border-color: #AB50EE; }
span { border-color: rgb(171,80,238); }
td.TdClassName
{
border-color: #AB50EE;
}
.TagClassName
{
border-color: #AB50EE;
}
</style>