Shades of Medium Orchid #AC50DC
Tints of Medium Orchid #AC50DC
RGB
CMYK
RGB Variations
Color information
#AC50DC (or 0xAC50DC) is known color: Medium Orchid. HEX triplet: AC, 50 and DC. RGB value is (172,80,220). Sum of RGB (Red+Green+Blue) = 172+80+220=472 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.44% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 220 (86.33% from 255 or 46.61% from 472); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC50DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AC50DC is #53AF23. Grayscale: #7B7B7B. Windows color (decimal): -5484324 or 14438572. OLE color: 14438572.
HSL color Cylindrical-coordinate representation of color #AC50DC: hue angle of 279.43º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AC50DC is Cyan = 0.22, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 80 | 220 | - |
| CMYK | 0.22 | 0.64 | 0 | 0.14 |
| HSL | 279.43º | 0.67% | 0.59% | - |
| HSV(B) | 279.43º | 0.64% | 0.86% | - |
| XYZ | 32.8 | 19.68 | 69.78 | - |
| YUV | 123.47 | 182.48 | 162.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 80 | 220 | 0.22 | 0.64 | 0 | 0.14 | 279.43 | 0.67 | 0.59 |
| Hex | AC | 50 | DC | 16 | 40 | 0 | E | 117 | 43 | 3B |
| Octal | 254 | 120 | 334 | 26 | 100 | 0 | 16 | 427 | 103 | 73 |
| Binary | 10101100 | 1010000 | 11011100 | 10110 | 1000000 | 0 | 1110 | 100010111 | 1000011 | 111011 |
Color Harmonies of #AC50DC
Complementary color
Monochromatic Colors of #AC50DC
Black with #AC50DC
Text Example
Text Example
White with #AC50DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC50DC; }
p { color: rgb(172,80,220); }
H1.HeaderClassName
{
color: #AC50DC;
}
.AnyTagClassName
{
color: #AC50DC;
}
</style>
background-color css
<style>
a { background-color: #AC50DC; }
a { background-color: rgb(172,80,220); }
div.DivClassName
{
background-color: #AC50DC;
}
.BgClassName
{
background-color: #AC50DC;
}
</style>
border-color css
<style>
span { border-color: #AC50DC; }
span { border-color: rgb(172,80,220); }
td.TdClassName
{
border-color: #AC50DC;
}
.TagClassName
{
border-color: #AC50DC;
}
</style>