Shades of Medium Orchid #AB49D7
Tints of Medium Orchid #AB49D7
RGB
CMYK
RGB Variations
Color information
#AB49D7 (or 0xAB49D7) is known color: Medium Orchid. HEX triplet: AB, 49 and D7. RGB value is (171,73,215). Sum of RGB (Red+Green+Blue) = 171+73+215=459 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.25% from 459); Green value is 73 (28.91% from 255 or 15.90% from 459); Blue value is 215 (84.38% from 255 or 46.84% from 459); Max value from RGB is 215 - color contains mainly: blue. Hex color #AB49D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB49D7 is #54B628. Grayscale: #767676. Windows color (decimal): -5551657 or 14109099. OLE color: 14109099.
HSL color Cylindrical-coordinate representation of color #AB49D7: hue angle of 281.41º degrees, saturation: 0.64, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB49D7 is Cyan = 0.20, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 73 | 215 | - |
| CMYK | 0.20 | 0.66 | 0 | 0.16 |
| HSL | 281.41º | 0.64% | 0.56% | - |
| HSV(B) | 281.41º | 0.66% | 0.84% | - |
| XYZ | 31.44 | 18.33 | 66.17 | - |
| YUV | 118.49 | 182.47 | 165.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 215 | 0.20 | 0.66 | 0 | 0.16 | 281.41 | 0.64 | 0.56 |
| Hex | AB | 49 | D7 | 14 | 42 | 0 | 10 | 119 | 40 | 38 |
| Octal | 253 | 111 | 327 | 24 | 102 | 0 | 20 | 431 | 100 | 70 |
| Binary | 10101011 | 1001001 | 11010111 | 10100 | 1000010 | 0 | 10000 | 100011001 | 1000000 | 111000 |
Color Harmonies of #AB49D7
Complementary color
Monochromatic Colors of #AB49D7
Black with #AB49D7
Text Example
Text Example
White with #AB49D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB49D7; }
p { color: rgb(171,73,215); }
H1.HeaderClassName
{
color: #AB49D7;
}
.AnyTagClassName
{
color: #AB49D7;
}
</style>
background-color css
<style>
a { background-color: #AB49D7; }
a { background-color: rgb(171,73,215); }
div.DivClassName
{
background-color: #AB49D7;
}
.BgClassName
{
background-color: #AB49D7;
}
</style>
border-color css
<style>
span { border-color: #AB49D7; }
span { border-color: rgb(171,73,215); }
td.TdClassName
{
border-color: #AB49D7;
}
.TagClassName
{
border-color: #AB49D7;
}
</style>