Shades of Medium Orchid #AB50D5
Tints of Medium Orchid #AB50D5
RGB
CMYK
RGB Variations
Color information
#AB50D5 (or 0xAB50D5) is known color: Medium Orchid. HEX triplet: AB, 50 and D5. RGB value is (171,80,213). Sum of RGB (Red+Green+Blue) = 171+80+213=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 80 (31.64% from 255 or 17.24% from 464); Blue value is 213 (83.59% from 255 or 45.91% from 464); Max value from RGB is 213 - color contains mainly: blue. Hex color #AB50D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50D5 is #54AF2A. Grayscale: #797979. Windows color (decimal): -5549867 or 13979819. OLE color: 13979819.
HSL color Cylindrical-coordinate representation of color #AB50D5: hue angle of 281.05º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB50D5 is Cyan = 0.20, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 171 | 80 | 213 | - |
| CMYK | 0.20 | 0.62 | 0 | 0.16 |
| HSL | 281.05º | 0.61% | 0.57% | - |
| HSV(B) | 281.05º | 0.62% | 0.84% | - |
| XYZ | 31.67 | 19.2 | 64.99 | - |
| YUV | 122.37 | 179.15 | 162.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 213 | 0.20 | 0.62 | 0 | 0.16 | 281.05 | 0.61 | 0.57 |
| Hex | AB | 50 | D5 | 14 | 3E | 0 | 10 | 119 | 3D | 39 |
| Octal | 253 | 120 | 325 | 24 | 76 | 0 | 20 | 431 | 75 | 71 |
| Binary | 10101011 | 1010000 | 11010101 | 10100 | 111110 | 0 | 10000 | 100011001 | 111101 | 111001 |
Color Harmonies of #AB50D5
Complementary color
Monochromatic Colors of #AB50D5
Black with #AB50D5
Text Example
Text Example
White with #AB50D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB50D5; }
p { color: rgb(171,80,213); }
H1.HeaderClassName
{
color: #AB50D5;
}
.AnyTagClassName
{
color: #AB50D5;
}
</style>
background-color css
<style>
a { background-color: #AB50D5; }
a { background-color: rgb(171,80,213); }
div.DivClassName
{
background-color: #AB50D5;
}
.BgClassName
{
background-color: #AB50D5;
}
</style>
border-color css
<style>
span { border-color: #AB50D5; }
span { border-color: rgb(171,80,213); }
td.TdClassName
{
border-color: #AB50D5;
}
.TagClassName
{
border-color: #AB50D5;
}
</style>