Shades of Medium Orchid #AB54CD
Tints of Medium Orchid #AB54CD
RGB
CMYK
RGB Variations
Color information
#AB54CD (or 0xAB54CD) is known color: Medium Orchid. HEX triplet: AB, 54 and CD. RGB value is (171,84,205). Sum of RGB (Red+Green+Blue) = 171+84+205=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 205 (80.47% from 255 or 44.57% from 460); Max value from RGB is 205 - color contains mainly: blue. Hex color #AB54CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54CD is #54AB32. Grayscale: #7B7B7B. Windows color (decimal): -5548851 or 13456555. OLE color: 13456555.
HSL color Cylindrical-coordinate representation of color #AB54CD: hue angle of 283.14º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB54CD is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 84 | 205 | - |
| CMYK | 0.17 | 0.59 | 0 | 0.20 |
| HSL | 283.14º | 0.55% | 0.57% | - |
| HSV(B) | 283.14º | 0.59% | 0.8% | - |
| XYZ | 30.98 | 19.41 | 59.87 | - |
| YUV | 123.81 | 173.82 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 205 | 0.17 | 0.59 | 0 | 0.20 | 283.14 | 0.55 | 0.57 |
| Hex | AB | 54 | CD | 11 | 3B | 0 | 14 | 11B | 37 | 39 |
| Octal | 253 | 124 | 315 | 21 | 73 | 0 | 24 | 433 | 67 | 71 |
| Binary | 10101011 | 1010100 | 11001101 | 10001 | 111011 | 0 | 10100 | 100011011 | 110111 | 111001 |
Color Harmonies of #AB54CD
Complementary color
Monochromatic Colors of #AB54CD
Black with #AB54CD
Text Example
Text Example
White with #AB54CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB54CD; }
p { color: rgb(171,84,205); }
H1.HeaderClassName
{
color: #AB54CD;
}
.AnyTagClassName
{
color: #AB54CD;
}
</style>
background-color css
<style>
a { background-color: #AB54CD; }
a { background-color: rgb(171,84,205); }
div.DivClassName
{
background-color: #AB54CD;
}
.BgClassName
{
background-color: #AB54CD;
}
</style>
border-color css
<style>
span { border-color: #AB54CD; }
span { border-color: rgb(171,84,205); }
td.TdClassName
{
border-color: #AB54CD;
}
.TagClassName
{
border-color: #AB54CD;
}
</style>