Shades of Medium Orchid #AB54CC
Tints of Medium Orchid #AB54CC
RGB
CMYK
RGB Variations
Color information
#AB54CC (or 0xAB54CC) is known color: Medium Orchid. HEX triplet: AB, 54 and CC. RGB value is (171,84,204). Sum of RGB (Red+Green+Blue) = 171+84+204=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 204 (80.08% from 255 or 44.44% from 459); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB54CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54CC is #54AB33. Grayscale: #7B7B7B. Windows color (decimal): -5548852 or 13391019. OLE color: 13391019.
HSL color Cylindrical-coordinate representation of color #AB54CC: hue angle of 283.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB54CC is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 84 | 204 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.2 |
| HSL | 283.5º | 0.54% | 0.56% | - |
| HSV(B) | 283.5º | 0.59% | 0.8% | - |
| XYZ | 30.86 | 19.36 | 59.24 | - |
| YUV | 123.69 | 173.32 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 204 | 0.16 | 0.59 | 0 | 0.2 | 283.5 | 0.54 | 0.56 |
| Hex | AB | 54 | CC | 10 | 3B | 0 | 14 | 11C | 36 | 38 |
| Octal | 253 | 124 | 314 | 20 | 73 | 0 | 24 | 434 | 66 | 70 |
| Binary | 10101011 | 1010100 | 11001100 | 10000 | 111011 | 0 | 10100 | 100011100 | 110110 | 111000 |
Color Harmonies of #AB54CC
Complementary color
Monochromatic Colors of #AB54CC
Black with #AB54CC
Text Example
Text Example
White with #AB54CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB54CC; }
p { color: rgb(171,84,204); }
H1.HeaderClassName
{
color: #AB54CC;
}
.AnyTagClassName
{
color: #AB54CC;
}
</style>
background-color css
<style>
a { background-color: #AB54CC; }
a { background-color: rgb(171,84,204); }
div.DivClassName
{
background-color: #AB54CC;
}
.BgClassName
{
background-color: #AB54CC;
}
</style>
border-color css
<style>
span { border-color: #AB54CC; }
span { border-color: rgb(171,84,204); }
td.TdClassName
{
border-color: #AB54CC;
}
.TagClassName
{
border-color: #AB54CC;
}
</style>