Shades of Medium Orchid #AC50DD
Tints of Medium Orchid #AC50DD
RGB
CMYK
RGB Variations
Color information
#AC50DD (or 0xAC50DD) is known color: Medium Orchid. HEX triplet: AC, 50 and DD. RGB value is (172,80,221). Sum of RGB (Red+Green+Blue) = 172+80+221=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 80 (31.64% from 255 or 16.91% from 473); Blue value is 221 (86.72% from 255 or 46.72% from 473); Max value from RGB is 221 - color contains mainly: blue. Hex color #AC50DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50DD is #53AF22. Grayscale: #7B7B7B. Windows color (decimal): -5484323 or 14504108. OLE color: 14504108.
HSL color Cylindrical-coordinate representation of color #AC50DD: hue angle of 279.15º 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 #AC50DD is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 80 | 221 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.13 |
| HSL | 279.15º | 0.67% | 0.59% | - |
| HSV(B) | 279.15º | 0.64% | 0.87% | - |
| XYZ | 32.93 | 19.73 | 70.48 | - |
| YUV | 123.58 | 182.98 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 221 | 0.22 | 0.64 | 0 | 0.13 | 279.15 | 0.67 | 0.59 |
| Hex | AC | 50 | DD | 16 | 40 | 0 | D | 117 | 43 | 3B |
| Octal | 254 | 120 | 335 | 26 | 100 | 0 | 15 | 427 | 103 | 73 |
| Binary | 10101100 | 1010000 | 11011101 | 10110 | 1000000 | 0 | 1101 | 100010111 | 1000011 | 111011 |
Color Harmonies of #AC50DD
Complementary color
Monochromatic Colors of #AC50DD
Black with #AC50DD
Text Example
Text Example
White with #AC50DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC50DD; }
p { color: rgb(172,80,221); }
H1.HeaderClassName
{
color: #AC50DD;
}
.AnyTagClassName
{
color: #AC50DD;
}
</style>
background-color css
<style>
a { background-color: #AC50DD; }
a { background-color: rgb(172,80,221); }
div.DivClassName
{
background-color: #AC50DD;
}
.BgClassName
{
background-color: #AC50DD;
}
</style>
border-color css
<style>
span { border-color: #AC50DD; }
span { border-color: rgb(172,80,221); }
td.TdClassName
{
border-color: #AC50DD;
}
.TagClassName
{
border-color: #AC50DD;
}
</style>