Shades of Medium Orchid #AB50DD
Tints of Medium Orchid #AB50DD
RGB
CMYK
RGB Variations
Color information
#AB50DD (or 0xAB50DD) is known color: Medium Orchid. HEX triplet: AB, 50 and DD. RGB value is (171,80,221). Sum of RGB (Red+Green+Blue) = 171+80+221=472 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.23% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 221 (86.72% from 255 or 46.82% from 472); Max value from RGB is 221 - color contains mainly: blue. Hex color #AB50DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50DD is #54AF22. Grayscale: #7A7A7A. Windows color (decimal): -5549859 or 14504107. OLE color: 14504107.
HSL color Cylindrical-coordinate representation of color #AB50DD: hue angle of 278.72º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AB50DD is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 171 | 80 | 221 | - |
| CMYK | 0.23 | 0.64 | 0 | 0.13 |
| HSL | 278.72º | 0.67% | 0.59% | - |
| HSV(B) | 278.72º | 0.64% | 0.87% | - |
| XYZ | 32.71 | 19.62 | 70.47 | - |
| YUV | 123.28 | 183.15 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 221 | 0.23 | 0.64 | 0 | 0.13 | 278.72 | 0.67 | 0.59 |
| Hex | AB | 50 | DD | 17 | 40 | 0 | D | 117 | 43 | 3B |
| Octal | 253 | 120 | 335 | 27 | 100 | 0 | 15 | 427 | 103 | 73 |
| Binary | 10101011 | 1010000 | 11011101 | 10111 | 1000000 | 0 | 1101 | 100010111 | 1000011 | 111011 |
Color Harmonies of #AB50DD
Complementary color
Monochromatic Colors of #AB50DD
Black with #AB50DD
Text Example
Text Example
White with #AB50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB50DD; }
p { color: rgb(171,80,221); }
H1.HeaderClassName
{
color: #AB50DD;
}
.AnyTagClassName
{
color: #AB50DD;
}
</style>
background-color css
<style>
a { background-color: #AB50DD; }
a { background-color: rgb(171,80,221); }
div.DivClassName
{
background-color: #AB50DD;
}
.BgClassName
{
background-color: #AB50DD;
}
</style>
border-color css
<style>
span { border-color: #AB50DD; }
span { border-color: rgb(171,80,221); }
td.TdClassName
{
border-color: #AB50DD;
}
.TagClassName
{
border-color: #AB50DD;
}
</style>