Shades of Dark Orchid #AC2FCC
Tints of Dark Orchid #AC2FCC
RGB
CMYK
RGB Variations
Color information
#AC2FCC (or 0xAC2FCC) is known color: Dark Orchid. HEX triplet: AC, 2F and CC. RGB value is (172,47,204). Sum of RGB (Red+Green+Blue) = 172+47+204=423 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.66% from 423); Green value is 47 (18.75% from 255 or 11.11% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC2FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FCC is #53D033. Grayscale: #656565. Windows color (decimal): -5492788 or 13381548. OLE color: 13381548.
HSL color Cylindrical-coordinate representation of color #AC2FCC: hue angle of 287.77º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2FCC is Cyan = 0.16, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 47 | 204 | - |
| CMYK | 0.16 | 0.77 | 0 | 0.2 |
| HSL | 287.77º | 0.63% | 0.49% | - |
| HSV(B) | 287.77º | 0.77% | 0.8% | - |
| XYZ | 28.93 | 15.16 | 58.53 | - |
| YUV | 102.27 | 185.41 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 204 | 0.16 | 0.77 | 0 | 0.2 | 287.77 | 0.63 | 0.49 |
| Hex | AC | 2F | CC | 10 | 4D | 0 | 14 | 120 | 3F | 31 |
| Octal | 254 | 57 | 314 | 20 | 115 | 0 | 24 | 440 | 77 | 61 |
| Binary | 10101100 | 101111 | 11001100 | 10000 | 1001101 | 0 | 10100 | 100100000 | 111111 | 110001 |
Color Harmonies of #AC2FCC
Complementary color
Monochromatic Colors of #AC2FCC
Black with #AC2FCC
Text Example
Text Example
White with #AC2FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2FCC; }
p { color: rgb(172,47,204); }
H1.HeaderClassName
{
color: #AC2FCC;
}
.AnyTagClassName
{
color: #AC2FCC;
}
</style>
background-color css
<style>
a { background-color: #AC2FCC; }
a { background-color: rgb(172,47,204); }
div.DivClassName
{
background-color: #AC2FCC;
}
.BgClassName
{
background-color: #AC2FCC;
}
</style>
border-color css
<style>
span { border-color: #AC2FCC; }
span { border-color: rgb(172,47,204); }
td.TdClassName
{
border-color: #AC2FCC;
}
.TagClassName
{
border-color: #AC2FCC;
}
</style>