Shades of Medium Orchid #AB49CC
Tints of Medium Orchid #AB49CC
RGB
CMYK
RGB Variations
Color information
#AB49CC (or 0xAB49CC) is known color: Medium Orchid. HEX triplet: AB, 49 and CC. RGB value is (171,73,204). Sum of RGB (Red+Green+Blue) = 171+73+204=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 73 (28.91% from 255 or 16.29% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #AB49CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB49CC is #54B633. Grayscale: #747474. Windows color (decimal): -5551668 or 13388203. OLE color: 13388203.
HSL color Cylindrical-coordinate representation of color #AB49CC: hue angle of 284.89º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB49CC is Cyan = 0.16, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 73 | 204 | - |
| CMYK | 0.16 | 0.64 | 0 | 0.2 |
| HSL | 284.89º | 0.56% | 0.54% | - |
| HSV(B) | 284.89º | 0.64% | 0.8% | - |
| XYZ | 30.08 | 17.78 | 58.97 | - |
| YUV | 117.24 | 176.97 | 166.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 204 | 0.16 | 0.64 | 0 | 0.2 | 284.89 | 0.56 | 0.54 |
| Hex | AB | 49 | CC | 10 | 40 | 0 | 14 | 11D | 38 | 36 |
| Octal | 253 | 111 | 314 | 20 | 100 | 0 | 24 | 435 | 70 | 66 |
| Binary | 10101011 | 1001001 | 11001100 | 10000 | 1000000 | 0 | 10100 | 100011101 | 111000 | 110110 |
Color Harmonies of #AB49CC
Complementary color
Monochromatic Colors of #AB49CC
Black with #AB49CC
Text Example
Text Example
White with #AB49CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB49CC; }
p { color: rgb(171,73,204); }
H1.HeaderClassName
{
color: #AB49CC;
}
.AnyTagClassName
{
color: #AB49CC;
}
</style>
background-color css
<style>
a { background-color: #AB49CC; }
a { background-color: rgb(171,73,204); }
div.DivClassName
{
background-color: #AB49CC;
}
.BgClassName
{
background-color: #AB49CC;
}
</style>
border-color css
<style>
span { border-color: #AB49CC; }
span { border-color: rgb(171,73,204); }
td.TdClassName
{
border-color: #AB49CC;
}
.TagClassName
{
border-color: #AB49CC;
}
</style>