Shades of Medium Orchid #AC45DC
Tints of Medium Orchid #AC45DC
RGB
CMYK
RGB Variations
Color information
#AC45DC (or 0xAC45DC) is known color: Medium Orchid. HEX triplet: AC, 45 and DC. RGB value is (172,69,220). Sum of RGB (Red+Green+Blue) = 172+69+220=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 69 (27.34% from 255 or 14.97% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC45DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC45DC is #53BA23. Grayscale: #747474. Windows color (decimal): -5487140 or 14435756. OLE color: 14435756.
HSL color Cylindrical-coordinate representation of color #AC45DC: hue angle of 280.93º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC45DC is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 69 | 220 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.14 |
| HSL | 280.93º | 0.68% | 0.57% | - |
| HSV(B) | 280.93º | 0.69% | 0.86% | - |
| XYZ | 32.06 | 18.19 | 69.53 | - |
| YUV | 117.01 | 186.12 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 69 | 220 | 0.22 | 0.69 | 0 | 0.14 | 280.93 | 0.68 | 0.57 |
| Hex | AC | 45 | DC | 16 | 45 | 0 | E | 119 | 44 | 39 |
| Octal | 254 | 105 | 334 | 26 | 105 | 0 | 16 | 431 | 104 | 71 |
| Binary | 10101100 | 1000101 | 11011100 | 10110 | 1000101 | 0 | 1110 | 100011001 | 1000100 | 111001 |
Color Harmonies of #AC45DC
Complementary color
Monochromatic Colors of #AC45DC
Black with #AC45DC
Text Example
Text Example
White with #AC45DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC45DC; }
p { color: rgb(172,69,220); }
H1.HeaderClassName
{
color: #AC45DC;
}
.AnyTagClassName
{
color: #AC45DC;
}
</style>
background-color css
<style>
a { background-color: #AC45DC; }
a { background-color: rgb(172,69,220); }
div.DivClassName
{
background-color: #AC45DC;
}
.BgClassName
{
background-color: #AC45DC;
}
</style>
border-color css
<style>
span { border-color: #AC45DC; }
span { border-color: rgb(172,69,220); }
td.TdClassName
{
border-color: #AC45DC;
}
.TagClassName
{
border-color: #AC45DC;
}
</style>