Shades of Medium Orchid #AB54D9
Tints of Medium Orchid #AB54D9
RGB
CMYK
RGB Variations
Color information
#AB54D9 (or 0xAB54D9) is known color: Medium Orchid. HEX triplet: AB, 54 and D9. RGB value is (171,84,217). Sum of RGB (Red+Green+Blue) = 171+84+217=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 217 (85.16% from 255 or 45.97% from 472); Max value from RGB is 217 - color contains mainly: blue. Hex color #AB54D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54D9 is #54AB26. Grayscale: #7C7C7C. Windows color (decimal): -5548839 or 14242987. OLE color: 14242987.
HSL color Cylindrical-coordinate representation of color #AB54D9: hue angle of 279.25º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB54D9 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 84 | 217 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.15 |
| HSL | 279.25º | 0.64% | 0.59% | - |
| HSV(B) | 279.25º | 0.61% | 0.85% | - |
| XYZ | 32.49 | 20.01 | 67.8 | - |
| YUV | 125.18 | 179.82 | 160.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 217 | 0.21 | 0.61 | 0 | 0.15 | 279.25 | 0.64 | 0.59 |
| Hex | AB | 54 | D9 | 15 | 3D | 0 | F | 117 | 40 | 3B |
| Octal | 253 | 124 | 331 | 25 | 75 | 0 | 17 | 427 | 100 | 73 |
| Binary | 10101011 | 1010100 | 11011001 | 10101 | 111101 | 0 | 1111 | 100010111 | 1000000 | 111011 |
Color Harmonies of #AB54D9
Complementary color
Monochromatic Colors of #AB54D9
Black with #AB54D9
Text Example
Text Example
White with #AB54D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB54D9; }
p { color: rgb(171,84,217); }
H1.HeaderClassName
{
color: #AB54D9;
}
.AnyTagClassName
{
color: #AB54D9;
}
</style>
background-color css
<style>
a { background-color: #AB54D9; }
a { background-color: rgb(171,84,217); }
div.DivClassName
{
background-color: #AB54D9;
}
.BgClassName
{
background-color: #AB54D9;
}
</style>
border-color css
<style>
span { border-color: #AB54D9; }
span { border-color: rgb(171,84,217); }
td.TdClassName
{
border-color: #AB54D9;
}
.TagClassName
{
border-color: #AB54D9;
}
</style>