Shades of Medium Orchid #AC40DC
Tints of Medium Orchid #AC40DC
RGB
CMYK
RGB Variations
Color information
#AC40DC (or 0xAC40DC) is known color: Medium Orchid. HEX triplet: AC, 40 and DC. RGB value is (172,64,220). Sum of RGB (Red+Green+Blue) = 172+64+220=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC40DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC40DC is #53BF23. Grayscale: #717171. Windows color (decimal): -5488420 or 14434476. OLE color: 14434476.
HSL color Cylindrical-coordinate representation of color #AC40DC: hue angle of 281.54º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC40DC is Cyan = 0.22, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 64 | 220 | - |
| CMYK | 0.22 | 0.71 | 0 | 0.14 |
| HSL | 281.54º | 0.69% | 0.56% | - |
| HSV(B) | 281.54º | 0.71% | 0.86% | - |
| XYZ | 31.76 | 17.6 | 69.43 | - |
| YUV | 114.08 | 187.78 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 64 | 220 | 0.22 | 0.71 | 0 | 0.14 | 281.54 | 0.69 | 0.56 |
| Hex | AC | 40 | DC | 16 | 47 | 0 | E | 11A | 45 | 38 |
| Octal | 254 | 100 | 334 | 26 | 107 | 0 | 16 | 432 | 105 | 70 |
| Binary | 10101100 | 1000000 | 11011100 | 10110 | 1000111 | 0 | 1110 | 100011010 | 1000101 | 111000 |
Color Harmonies of #AC40DC
Complementary color
Monochromatic Colors of #AC40DC
Black with #AC40DC
Text Example
Text Example
White with #AC40DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC40DC; }
p { color: rgb(172,64,220); }
H1.HeaderClassName
{
color: #AC40DC;
}
.AnyTagClassName
{
color: #AC40DC;
}
</style>
background-color css
<style>
a { background-color: #AC40DC; }
a { background-color: rgb(172,64,220); }
div.DivClassName
{
background-color: #AC40DC;
}
.BgClassName
{
background-color: #AC40DC;
}
</style>
border-color css
<style>
span { border-color: #AC40DC; }
span { border-color: rgb(172,64,220); }
td.TdClassName
{
border-color: #AC40DC;
}
.TagClassName
{
border-color: #AC40DC;
}
</style>