Shades of Medium Orchid #AB47D8
Tints of Medium Orchid #AB47D8
RGB
CMYK
RGB Variations
Color information
#AB47D8 (or 0xAB47D8) is known color: Medium Orchid. HEX triplet: AB, 47 and D8. RGB value is (171,71,216). Sum of RGB (Red+Green+Blue) = 171+71+216=458 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.34% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 216 (84.77% from 255 or 47.16% from 458); Max value from RGB is 216 - color contains mainly: blue. Hex color #AB47D8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB47D8 is #54B827. Grayscale: #747474. Windows color (decimal): -5552168 or 14174123. OLE color: 14174123.
HSL color Cylindrical-coordinate representation of color #AB47D8: hue angle of 281.38º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB47D8 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 171 | 71 | 216 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.15 |
| HSL | 281.38º | 0.65% | 0.56% | - |
| HSV(B) | 281.38º | 0.67% | 0.85% | - |
| XYZ | 31.44 | 18.12 | 66.81 | - |
| YUV | 117.43 | 183.63 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 216 | 0.21 | 0.67 | 0 | 0.15 | 281.38 | 0.65 | 0.56 |
| Hex | AB | 47 | D8 | 15 | 43 | 0 | F | 119 | 41 | 38 |
| Octal | 253 | 107 | 330 | 25 | 103 | 0 | 17 | 431 | 101 | 70 |
| Binary | 10101011 | 1000111 | 11011000 | 10101 | 1000011 | 0 | 1111 | 100011001 | 1000001 | 111000 |
Color Harmonies of #AB47D8
Complementary color
Monochromatic Colors of #AB47D8
Black with #AB47D8
Text Example
Text Example
White with #AB47D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB47D8; }
p { color: rgb(171,71,216); }
H1.HeaderClassName
{
color: #AB47D8;
}
.AnyTagClassName
{
color: #AB47D8;
}
</style>
background-color css
<style>
a { background-color: #AB47D8; }
a { background-color: rgb(171,71,216); }
div.DivClassName
{
background-color: #AB47D8;
}
.BgClassName
{
background-color: #AB47D8;
}
</style>
border-color css
<style>
span { border-color: #AB47D8; }
span { border-color: rgb(171,71,216); }
td.TdClassName
{
border-color: #AB47D8;
}
.TagClassName
{
border-color: #AB47D8;
}
</style>