Shades of Medium Orchid #AB47CF
Tints of Medium Orchid #AB47CF
RGB
CMYK
RGB Variations
Color information
#AB47CF (or 0xAB47CF) is known color: Medium Orchid. HEX triplet: AB, 47 and CF. RGB value is (171,71,207). Sum of RGB (Red+Green+Blue) = 171+71+207=449 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.08% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB47CF is #54B830. Grayscale: #737373. Windows color (decimal): -5552177 or 13584299. OLE color: 13584299.
HSL color Cylindrical-coordinate representation of color #AB47CF: hue angle of 284.12º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB47CF is Cyan = 0.17, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 71 | 207 | - |
| CMYK | 0.17 | 0.66 | 0 | 0.19 |
| HSL | 284.12º | 0.59% | 0.55% | - |
| HSV(B) | 284.12º | 0.66% | 0.81% | - |
| XYZ | 30.31 | 17.67 | 60.84 | - |
| YUV | 116.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 207 | 0.17 | 0.66 | 0 | 0.19 | 284.12 | 0.59 | 0.55 |
| Hex | AB | 47 | CF | 11 | 42 | 0 | 13 | 11C | 3B | 37 |
| Octal | 253 | 107 | 317 | 21 | 102 | 0 | 23 | 434 | 73 | 67 |
| Binary | 10101011 | 1000111 | 11001111 | 10001 | 1000010 | 0 | 10011 | 100011100 | 111011 | 110111 |
Color Harmonies of #AB47CF
Complementary color
Monochromatic Colors of #AB47CF
Black with #AB47CF
Text Example
Text Example
White with #AB47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB47CF; }
p { color: rgb(171,71,207); }
H1.HeaderClassName
{
color: #AB47CF;
}
.AnyTagClassName
{
color: #AB47CF;
}
</style>
background-color css
<style>
a { background-color: #AB47CF; }
a { background-color: rgb(171,71,207); }
div.DivClassName
{
background-color: #AB47CF;
}
.BgClassName
{
background-color: #AB47CF;
}
</style>
border-color css
<style>
span { border-color: #AB47CF; }
span { border-color: rgb(171,71,207); }
td.TdClassName
{
border-color: #AB47CF;
}
.TagClassName
{
border-color: #AB47CF;
}
</style>