Shades of Medium Orchid #AB5ECC
Tints of Medium Orchid #AB5ECC
RGB
CMYK
RGB Variations
Color information
#AB5ECC (or 0xAB5ECC) is known color: Medium Orchid. HEX triplet: AB, 5E and CC. RGB value is (171,94,204). Sum of RGB (Red+Green+Blue) = 171+94+204=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB5ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5ECC is #54A133. Grayscale: #818181. Windows color (decimal): -5546292 or 13393579. OLE color: 13393579.
HSL color Cylindrical-coordinate representation of color #AB5ECC: hue angle of 282º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB5ECC is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 94 | 204 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.2 |
| HSL | 282º | 0.52% | 0.58% | - |
| HSV(B) | 282º | 0.54% | 0.8% | - |
| XYZ | 31.7 | 21.02 | 59.51 | - |
| YUV | 129.56 | 170.01 | 157.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 94 | 204 | 0.16 | 0.54 | 0 | 0.2 | 282 | 0.52 | 0.58 |
| Hex | AB | 5E | CC | 10 | 36 | 0 | 14 | 11A | 34 | 3A |
| Octal | 253 | 136 | 314 | 20 | 66 | 0 | 24 | 432 | 64 | 72 |
| Binary | 10101011 | 1011110 | 11001100 | 10000 | 110110 | 0 | 10100 | 100011010 | 110100 | 111010 |
Color Harmonies of #AB5ECC
Complementary color
Monochromatic Colors of #AB5ECC
Black with #AB5ECC
Text Example
Text Example
White with #AB5ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5ECC; }
p { color: rgb(171,94,204); }
H1.HeaderClassName
{
color: #AB5ECC;
}
.AnyTagClassName
{
color: #AB5ECC;
}
</style>
background-color css
<style>
a { background-color: #AB5ECC; }
a { background-color: rgb(171,94,204); }
div.DivClassName
{
background-color: #AB5ECC;
}
.BgClassName
{
background-color: #AB5ECC;
}
</style>
border-color css
<style>
span { border-color: #AB5ECC; }
span { border-color: rgb(171,94,204); }
td.TdClassName
{
border-color: #AB5ECC;
}
.TagClassName
{
border-color: #AB5ECC;
}
</style>