Shades of Medium Orchid #AB49CF
Tints of Medium Orchid #AB49CF
RGB
CMYK
RGB Variations
Color information
#AB49CF (or 0xAB49CF) is known color: Medium Orchid. HEX triplet: AB, 49 and CF. RGB value is (171,73,207). Sum of RGB (Red+Green+Blue) = 171+73+207=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 73 (28.91% from 255 or 16.19% from 451); Blue value is 207 (81.25% from 255 or 45.90% from 451); Max value from RGB is 207 - color contains mainly: blue. Hex color #AB49CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB49CF is #54B630. Grayscale: #757575. Windows color (decimal): -5551665 or 13584811. OLE color: 13584811.
HSL color Cylindrical-coordinate representation of color #AB49CF: hue angle of 283.88º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AB49CF is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 73 | 207 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.19 |
| HSL | 283.88º | 0.58% | 0.55% | - |
| HSV(B) | 283.88º | 0.65% | 0.81% | - |
| XYZ | 30.44 | 17.93 | 60.89 | - |
| YUV | 117.58 | 178.47 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 207 | 0.17 | 0.65 | 0 | 0.19 | 283.88 | 0.58 | 0.55 |
| Hex | AB | 49 | CF | 11 | 41 | 0 | 13 | 11C | 3A | 37 |
| Octal | 253 | 111 | 317 | 21 | 101 | 0 | 23 | 434 | 72 | 67 |
| Binary | 10101011 | 1001001 | 11001111 | 10001 | 1000001 | 0 | 10011 | 100011100 | 111010 | 110111 |
Color Harmonies of #AB49CF
Complementary color
Monochromatic Colors of #AB49CF
Black with #AB49CF
Text Example
Text Example
White with #AB49CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB49CF; }
p { color: rgb(171,73,207); }
H1.HeaderClassName
{
color: #AB49CF;
}
.AnyTagClassName
{
color: #AB49CF;
}
</style>
background-color css
<style>
a { background-color: #AB49CF; }
a { background-color: rgb(171,73,207); }
div.DivClassName
{
background-color: #AB49CF;
}
.BgClassName
{
background-color: #AB49CF;
}
</style>
border-color css
<style>
span { border-color: #AB49CF; }
span { border-color: rgb(171,73,207); }
td.TdClassName
{
border-color: #AB49CF;
}
.TagClassName
{
border-color: #AB49CF;
}
</style>