Shades of Medium Orchid #AB47DF
Tints of Medium Orchid #AB47DF
RGB
CMYK
RGB Variations
Color information
#AB47DF (or 0xAB47DF) is known color: Medium Orchid. HEX triplet: AB, 47 and DF. RGB value is (171,71,223). Sum of RGB (Red+Green+Blue) = 171+71+223=465 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.77% from 465); Green value is 71 (28.12% from 255 or 15.27% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #AB47DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB47DF is #54B820. Grayscale: #757575. Windows color (decimal): -5552161 or 14632875. OLE color: 14632875.
HSL color Cylindrical-coordinate representation of color #AB47DF: hue angle of 279.47º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AB47DF is Cyan = 0.23, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 71 | 223 | - |
| CMYK | 0.23 | 0.68 | 0 | 0.13 |
| HSL | 279.47º | 0.7% | 0.58% | - |
| HSV(B) | 279.47º | 0.68% | 0.87% | - |
| XYZ | 32.37 | 18.49 | 71.68 | - |
| YUV | 118.23 | 187.13 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 223 | 0.23 | 0.68 | 0 | 0.13 | 279.47 | 0.7 | 0.58 |
| Hex | AB | 47 | DF | 17 | 44 | 0 | D | 117 | 46 | 3A |
| Octal | 253 | 107 | 337 | 27 | 104 | 0 | 15 | 427 | 106 | 72 |
| Binary | 10101011 | 1000111 | 11011111 | 10111 | 1000100 | 0 | 1101 | 100010111 | 1000110 | 111010 |
Color Harmonies of #AB47DF
Complementary color
Monochromatic Colors of #AB47DF
Black with #AB47DF
Text Example
Text Example
White with #AB47DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB47DF; }
p { color: rgb(171,71,223); }
H1.HeaderClassName
{
color: #AB47DF;
}
.AnyTagClassName
{
color: #AB47DF;
}
</style>
background-color css
<style>
a { background-color: #AB47DF; }
a { background-color: rgb(171,71,223); }
div.DivClassName
{
background-color: #AB47DF;
}
.BgClassName
{
background-color: #AB47DF;
}
</style>
border-color css
<style>
span { border-color: #AB47DF; }
span { border-color: rgb(171,71,223); }
td.TdClassName
{
border-color: #AB47DF;
}
.TagClassName
{
border-color: #AB47DF;
}
</style>