Shades of Medium Orchid #AB4CCC
Tints of Medium Orchid #AB4CCC
RGB
CMYK
RGB Variations
Color information
#AB4CCC (or 0xAB4CCC) is known color: Medium Orchid. HEX triplet: AB, 4C and CC. RGB value is (171,76,204). Sum of RGB (Red+Green+Blue) = 171+76+204=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB4CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4CCC is #54B333. Grayscale: #767676. Windows color (decimal): -5550900 or 13388971. OLE color: 13388971.
HSL color Cylindrical-coordinate representation of color #AB4CCC: hue angle of 284.53º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB4CCC is Cyan = 0.16, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 76 | 204 | - |
| CMYK | 0.16 | 0.63 | 0 | 0.2 |
| HSL | 284.53º | 0.56% | 0.55% | - |
| HSV(B) | 284.53º | 0.63% | 0.8% | - |
| XYZ | 30.28 | 18.19 | 59.04 | - |
| YUV | 119 | 175.97 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 76 | 204 | 0.16 | 0.63 | 0 | 0.2 | 284.53 | 0.56 | 0.55 |
| Hex | AB | 4C | CC | 10 | 3F | 0 | 14 | 11D | 38 | 37 |
| Octal | 253 | 114 | 314 | 20 | 77 | 0 | 24 | 435 | 70 | 67 |
| Binary | 10101011 | 1001100 | 11001100 | 10000 | 111111 | 0 | 10100 | 100011101 | 111000 | 110111 |
Color Harmonies of #AB4CCC
Complementary color
Monochromatic Colors of #AB4CCC
Black with #AB4CCC
Text Example
Text Example
White with #AB4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4CCC; }
p { color: rgb(171,76,204); }
H1.HeaderClassName
{
color: #AB4CCC;
}
.AnyTagClassName
{
color: #AB4CCC;
}
</style>
background-color css
<style>
a { background-color: #AB4CCC; }
a { background-color: rgb(171,76,204); }
div.DivClassName
{
background-color: #AB4CCC;
}
.BgClassName
{
background-color: #AB4CCC;
}
</style>
border-color css
<style>
span { border-color: #AB4CCC; }
span { border-color: rgb(171,76,204); }
td.TdClassName
{
border-color: #AB4CCC;
}
.TagClassName
{
border-color: #AB4CCC;
}
</style>