Shades of Medium Orchid #AB5EE0
Tints of Medium Orchid #AB5EE0
RGB
CMYK
RGB Variations
Color information
#AB5EE0 (or 0xAB5EE0) is known color: Medium Orchid. HEX triplet: AB, 5E and E0. RGB value is (171,94,224). Sum of RGB (Red+Green+Blue) = 171+94+224=489 (64% of max value = 765). Red value is 171 (67.19% from 255 or 34.97% from 489); Green value is 94 (37.11% from 255 or 19.22% from 489); Blue value is 224 (87.89% from 255 or 45.81% from 489); Max value from RGB is 224 - color contains mainly: blue. Hex color #AB5EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5EE0 is #54A11F. Grayscale: #838383. Windows color (decimal): -5546272 or 14704299. OLE color: 14704299.
HSL color Cylindrical-coordinate representation of color #AB5EE0: hue angle of 275.54º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB5EE0 is Cyan = 0.24, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 171 | 94 | 224 | - |
| CMYK | 0.24 | 0.58 | 0 | 0.12 |
| HSL | 275.54º | 0.68% | 0.62% | - |
| HSV(B) | 275.54º | 0.58% | 0.88% | - |
| XYZ | 34.25 | 22.05 | 72.97 | - |
| YUV | 131.84 | 180.01 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 224 | 0.24 | 0.58 | 0 | 0.12 | 275.54 | 0.68 | 0.62 |
| Hex | AB | 5E | E0 | 18 | 3A | 0 | C | 114 | 44 | 3E |
| Octal | 253 | 136 | 340 | 30 | 72 | 0 | 14 | 424 | 104 | 76 |
| Binary | 10101011 | 1011110 | 11100000 | 11000 | 111010 | 0 | 1100 | 100010100 | 1000100 | 111110 |
Color Harmonies of #AB5EE0
Complementary color
Monochromatic Colors of #AB5EE0
Black with #AB5EE0
Text Example
Text Example
White with #AB5EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5EE0; }
p { color: rgb(171,94,224); }
H1.HeaderClassName
{
color: #AB5EE0;
}
.AnyTagClassName
{
color: #AB5EE0;
}
</style>
background-color css
<style>
a { background-color: #AB5EE0; }
a { background-color: rgb(171,94,224); }
div.DivClassName
{
background-color: #AB5EE0;
}
.BgClassName
{
background-color: #AB5EE0;
}
</style>
border-color css
<style>
span { border-color: #AB5EE0; }
span { border-color: rgb(171,94,224); }
td.TdClassName
{
border-color: #AB5EE0;
}
.TagClassName
{
border-color: #AB5EE0;
}
</style>