Shades of Medium Orchid #AB4DCC
Tints of Medium Orchid #AB4DCC
RGB
CMYK
RGB Variations
Color information
#AB4DCC (or 0xAB4DCC) is known color: Medium Orchid. HEX triplet: AB, 4D and CC. RGB value is (171,77,204). Sum of RGB (Red+Green+Blue) = 171+77+204=452 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.83% from 452); Green value is 77 (30.47% from 255 or 17.04% from 452); Blue value is 204 (80.08% from 255 or 45.13% from 452); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB4DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DCC is #54B233. Grayscale: #777777. Windows color (decimal): -5550644 or 13389227. OLE color: 13389227.
HSL color Cylindrical-coordinate representation of color #AB4DCC: hue angle of 284.41º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB4DCC is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 77 | 204 | - |
| CMYK | 0.16 | 0.62 | 0 | 0.2 |
| HSL | 284.41º | 0.55% | 0.55% | - |
| HSV(B) | 284.41º | 0.62% | 0.8% | - |
| XYZ | 30.35 | 18.33 | 59.06 | - |
| YUV | 119.58 | 175.64 | 164.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 204 | 0.16 | 0.62 | 0 | 0.2 | 284.41 | 0.55 | 0.55 |
| Hex | AB | 4D | CC | 10 | 3E | 0 | 14 | 11C | 37 | 37 |
| Octal | 253 | 115 | 314 | 20 | 76 | 0 | 24 | 434 | 67 | 67 |
| Binary | 10101011 | 1001101 | 11001100 | 10000 | 111110 | 0 | 10100 | 100011100 | 110111 | 110111 |
Color Harmonies of #AB4DCC
Complementary color
Monochromatic Colors of #AB4DCC
Black with #AB4DCC
Text Example
Text Example
White with #AB4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DCC; }
p { color: rgb(171,77,204); }
H1.HeaderClassName
{
color: #AB4DCC;
}
.AnyTagClassName
{
color: #AB4DCC;
}
</style>
background-color css
<style>
a { background-color: #AB4DCC; }
a { background-color: rgb(171,77,204); }
div.DivClassName
{
background-color: #AB4DCC;
}
.BgClassName
{
background-color: #AB4DCC;
}
</style>
border-color css
<style>
span { border-color: #AB4DCC; }
span { border-color: rgb(171,77,204); }
td.TdClassName
{
border-color: #AB4DCC;
}
.TagClassName
{
border-color: #AB4DCC;
}
</style>