Shades of Medium Orchid #AB50D2
Tints of Medium Orchid #AB50D2
RGB
CMYK
RGB Variations
Color information
#AB50D2 (or 0xAB50D2) is known color: Medium Orchid. HEX triplet: AB, 50 and D2. RGB value is (171,80,210). Sum of RGB (Red+Green+Blue) = 171+80+210=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 210 (82.42% from 255 or 45.55% from 461); Max value from RGB is 210 - color contains mainly: blue. Hex color #AB50D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50D2 is #54AF2D. Grayscale: #797979. Windows color (decimal): -5549870 or 13783211. OLE color: 13783211.
HSL color Cylindrical-coordinate representation of color #AB50D2: hue angle of 282º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB50D2 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 171 | 80 | 210 | - |
| CMYK | 0.19 | 0.62 | 0 | 0.18 |
| HSL | 282º | 0.59% | 0.57% | - |
| HSV(B) | 282º | 0.62% | 0.82% | - |
| XYZ | 31.3 | 19.05 | 63 | - |
| YUV | 122.03 | 177.65 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 210 | 0.19 | 0.62 | 0 | 0.18 | 282 | 0.59 | 0.57 |
| Hex | AB | 50 | D2 | 13 | 3E | 0 | 12 | 11A | 3B | 39 |
| Octal | 253 | 120 | 322 | 23 | 76 | 0 | 22 | 432 | 73 | 71 |
| Binary | 10101011 | 1010000 | 11010010 | 10011 | 111110 | 0 | 10010 | 100011010 | 111011 | 111001 |
Color Harmonies of #AB50D2
Complementary color
Monochromatic Colors of #AB50D2
Black with #AB50D2
Text Example
Text Example
White with #AB50D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB50D2; }
p { color: rgb(171,80,210); }
H1.HeaderClassName
{
color: #AB50D2;
}
.AnyTagClassName
{
color: #AB50D2;
}
</style>
background-color css
<style>
a { background-color: #AB50D2; }
a { background-color: rgb(171,80,210); }
div.DivClassName
{
background-color: #AB50D2;
}
.BgClassName
{
background-color: #AB50D2;
}
</style>
border-color css
<style>
span { border-color: #AB50D2; }
span { border-color: rgb(171,80,210); }
td.TdClassName
{
border-color: #AB50D2;
}
.TagClassName
{
border-color: #AB50D2;
}
</style>