Shades of Medium Orchid #AB54D6
Tints of Medium Orchid #AB54D6
RGB
CMYK
RGB Variations
Color information
#AB54D6 (or 0xAB54D6) is known color: Medium Orchid. HEX triplet: AB, 54 and D6. RGB value is (171,84,214). Sum of RGB (Red+Green+Blue) = 171+84+214=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 214 (83.98% from 255 or 45.63% from 469); Max value from RGB is 214 - color contains mainly: blue. Hex color #AB54D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54D6 is #54AB29. Grayscale: #7C7C7C. Windows color (decimal): -5548842 or 14046379. OLE color: 14046379.
HSL color Cylindrical-coordinate representation of color #AB54D6: hue angle of 280.15º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB54D6 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 84 | 214 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.16 |
| HSL | 280.15º | 0.61% | 0.58% | - |
| HSV(B) | 280.15º | 0.61% | 0.84% | - |
| XYZ | 32.1 | 19.85 | 65.76 | - |
| YUV | 124.83 | 178.32 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 214 | 0.20 | 0.61 | 0 | 0.16 | 280.15 | 0.61 | 0.58 |
| Hex | AB | 54 | D6 | 14 | 3D | 0 | 10 | 118 | 3D | 3A |
| Octal | 253 | 124 | 326 | 24 | 75 | 0 | 20 | 430 | 75 | 72 |
| Binary | 10101011 | 1010100 | 11010110 | 10100 | 111101 | 0 | 10000 | 100011000 | 111101 | 111010 |
Color Harmonies of #AB54D6
Complementary color
Monochromatic Colors of #AB54D6
Black with #AB54D6
Text Example
Text Example
White with #AB54D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB54D6; }
p { color: rgb(171,84,214); }
H1.HeaderClassName
{
color: #AB54D6;
}
.AnyTagClassName
{
color: #AB54D6;
}
</style>
background-color css
<style>
a { background-color: #AB54D6; }
a { background-color: rgb(171,84,214); }
div.DivClassName
{
background-color: #AB54D6;
}
.BgClassName
{
background-color: #AB54D6;
}
</style>
border-color css
<style>
span { border-color: #AB54D6; }
span { border-color: rgb(171,84,214); }
td.TdClassName
{
border-color: #AB54D6;
}
.TagClassName
{
border-color: #AB54D6;
}
</style>