Shades of Medium Orchid #AB5BCC
Tints of Medium Orchid #AB5BCC
RGB
CMYK
RGB Variations
Color information
#AB5BCC (or 0xAB5BCC) is known color: Medium Orchid. HEX triplet: AB, 5B and CC. RGB value is (171,91,204). Sum of RGB (Red+Green+Blue) = 171+91+204=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 91 (35.94% from 255 or 19.53% from 466); Blue value is 204 (80.08% from 255 or 43.78% from 466); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB5BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BCC is #54A433. Grayscale: #7F7F7F. Windows color (decimal): -5547060 or 13392811. OLE color: 13392811.
HSL color Cylindrical-coordinate representation of color #AB5BCC: hue angle of 282.48º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB5BCC is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 91 | 204 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.2 |
| HSL | 282.48º | 0.53% | 0.58% | - |
| HSV(B) | 282.48º | 0.55% | 0.8% | - |
| XYZ | 31.43 | 20.5 | 59.43 | - |
| YUV | 127.8 | 171 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 204 | 0.16 | 0.55 | 0 | 0.2 | 282.48 | 0.53 | 0.58 |
| Hex | AB | 5B | CC | 10 | 37 | 0 | 14 | 11A | 35 | 3A |
| Octal | 253 | 133 | 314 | 20 | 67 | 0 | 24 | 432 | 65 | 72 |
| Binary | 10101011 | 1011011 | 11001100 | 10000 | 110111 | 0 | 10100 | 100011010 | 110101 | 111010 |
Color Harmonies of #AB5BCC
Complementary color
Monochromatic Colors of #AB5BCC
Black with #AB5BCC
Text Example
Text Example
White with #AB5BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5BCC; }
p { color: rgb(171,91,204); }
H1.HeaderClassName
{
color: #AB5BCC;
}
.AnyTagClassName
{
color: #AB5BCC;
}
</style>
background-color css
<style>
a { background-color: #AB5BCC; }
a { background-color: rgb(171,91,204); }
div.DivClassName
{
background-color: #AB5BCC;
}
.BgClassName
{
background-color: #AB5BCC;
}
</style>
border-color css
<style>
span { border-color: #AB5BCC; }
span { border-color: rgb(171,91,204); }
td.TdClassName
{
border-color: #AB5BCC;
}
.TagClassName
{
border-color: #AB5BCC;
}
</style>