Shades of Medium Orchid #AB5EC6
Tints of Medium Orchid #AB5EC6
RGB
CMYK
RGB Variations
Color information
#AB5EC6 (or 0xAB5EC6) is known color: Medium Orchid. HEX triplet: AB, 5E and C6. RGB value is (171,94,198). Sum of RGB (Red+Green+Blue) = 171+94+198=463 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.93% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 198 (77.73% from 255 or 42.76% from 463); Max value from RGB is 198 - color contains mainly: blue. Hex color #AB5EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5EC6 is #54A139. Grayscale: #808080. Windows color (decimal): -5546298 or 13000363. OLE color: 13000363.
HSL color Cylindrical-coordinate representation of color #AB5EC6: hue angle of 284.42º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB5EC6 is Cyan = 0.14, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 171 | 94 | 198 | - |
| CMYK | 0.14 | 0.53 | 0 | 0.22 |
| HSL | 284.42º | 0.48% | 0.57% | - |
| HSV(B) | 284.42º | 0.53% | 0.78% | - |
| XYZ | 30.99 | 20.74 | 55.8 | - |
| YUV | 128.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 198 | 0.14 | 0.53 | 0 | 0.22 | 284.42 | 0.48 | 0.57 |
| Hex | AB | 5E | C6 | E | 35 | 0 | 16 | 11C | 30 | 39 |
| Octal | 253 | 136 | 306 | 16 | 65 | 0 | 26 | 434 | 60 | 71 |
| Binary | 10101011 | 1011110 | 11000110 | 1110 | 110101 | 0 | 10110 | 100011100 | 110000 | 111001 |
Color Harmonies of #AB5EC6
Complementary color
Monochromatic Colors of #AB5EC6
Black with #AB5EC6
Text Example
Text Example
White with #AB5EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5EC6; }
p { color: rgb(171,94,198); }
H1.HeaderClassName
{
color: #AB5EC6;
}
.AnyTagClassName
{
color: #AB5EC6;
}
</style>
background-color css
<style>
a { background-color: #AB5EC6; }
a { background-color: rgb(171,94,198); }
div.DivClassName
{
background-color: #AB5EC6;
}
.BgClassName
{
background-color: #AB5EC6;
}
</style>
border-color css
<style>
span { border-color: #AB5EC6; }
span { border-color: rgb(171,94,198); }
td.TdClassName
{
border-color: #AB5EC6;
}
.TagClassName
{
border-color: #AB5EC6;
}
</style>