Shades of Medium Orchid #AC44DC
Tints of Medium Orchid #AC44DC
RGB
CMYK
RGB Variations
Color information
#AC44DC (or 0xAC44DC) is known color: Medium Orchid. HEX triplet: AC, 44 and DC. RGB value is (172,68,220). Sum of RGB (Red+Green+Blue) = 172+68+220=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC44DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC44DC is #53BB23. Grayscale: #737373. Windows color (decimal): -5487396 or 14435500. OLE color: 14435500.
HSL color Cylindrical-coordinate representation of color #AC44DC: hue angle of 281.05º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC44DC is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 68 | 220 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.14 |
| HSL | 281.05º | 0.68% | 0.56% | - |
| HSV(B) | 281.05º | 0.69% | 0.86% | - |
| XYZ | 32 | 18.07 | 69.51 | - |
| YUV | 116.42 | 186.46 | 167.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 68 | 220 | 0.22 | 0.69 | 0 | 0.14 | 281.05 | 0.68 | 0.56 |
| Hex | AC | 44 | DC | 16 | 45 | 0 | E | 119 | 44 | 38 |
| Octal | 254 | 104 | 334 | 26 | 105 | 0 | 16 | 431 | 104 | 70 |
| Binary | 10101100 | 1000100 | 11011100 | 10110 | 1000101 | 0 | 1110 | 100011001 | 1000100 | 111000 |
Color Harmonies of #AC44DC
Complementary color
Monochromatic Colors of #AC44DC
Black with #AC44DC
Text Example
Text Example
White with #AC44DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC44DC; }
p { color: rgb(172,68,220); }
H1.HeaderClassName
{
color: #AC44DC;
}
.AnyTagClassName
{
color: #AC44DC;
}
</style>
background-color css
<style>
a { background-color: #AC44DC; }
a { background-color: rgb(172,68,220); }
div.DivClassName
{
background-color: #AC44DC;
}
.BgClassName
{
background-color: #AC44DC;
}
</style>
border-color css
<style>
span { border-color: #AC44DC; }
span { border-color: rgb(172,68,220); }
td.TdClassName
{
border-color: #AC44DC;
}
.TagClassName
{
border-color: #AC44DC;
}
</style>