Shades of Medium Orchid #AB5EE6
Tints of Medium Orchid #AB5EE6
RGB
CMYK
RGB Variations
Color information
#AB5EE6 (or 0xAB5EE6) is known color: Medium Orchid. HEX triplet: AB, 5E and E6. RGB value is (171,94,230). Sum of RGB (Red+Green+Blue) = 171+94+230=495 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.55% from 495); Green value is 94 (37.11% from 255 or 18.99% from 495); Blue value is 230 (90.23% from 255 or 46.46% from 495); Max value from RGB is 230 - color contains mainly: blue. Hex color #AB5EE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AB5EE6 is #54A119. Grayscale: #848484. Windows color (decimal): -5546266 or 15097515. OLE color: 15097515.
HSL color Cylindrical-coordinate representation of color #AB5EE6: hue angle of 273.97º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB5EE6 is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 171 | 94 | 230 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.10 |
| HSL | 273.97º | 0.73% | 0.64% | - |
| HSV(B) | 273.97º | 0.59% | 0.9% | - |
| XYZ | 35.08 | 22.38 | 77.33 | - |
| YUV | 132.53 | 183.01 | 155.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 230 | 0.26 | 0.59 | 0 | 0.10 | 273.97 | 0.73 | 0.64 |
| Hex | AB | 5E | E6 | 1A | 3B | 0 | A | 112 | 49 | 40 |
| Octal | 253 | 136 | 346 | 32 | 73 | 0 | 12 | 422 | 111 | 100 |
| Binary | 10101011 | 1011110 | 11100110 | 11010 | 111011 | 0 | 1010 | 100010010 | 1001001 | 1000000 |
Color Harmonies of #AB5EE6
Complementary color
Monochromatic Colors of #AB5EE6
Black with #AB5EE6
Text Example
Text Example
White with #AB5EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5EE6; }
p { color: rgb(171,94,230); }
H1.HeaderClassName
{
color: #AB5EE6;
}
.AnyTagClassName
{
color: #AB5EE6;
}
</style>
background-color css
<style>
a { background-color: #AB5EE6; }
a { background-color: rgb(171,94,230); }
div.DivClassName
{
background-color: #AB5EE6;
}
.BgClassName
{
background-color: #AB5EE6;
}
</style>
border-color css
<style>
span { border-color: #AB5EE6; }
span { border-color: rgb(171,94,230); }
td.TdClassName
{
border-color: #AB5EE6;
}
.TagClassName
{
border-color: #AB5EE6;
}
</style>