Shades of Dark Orchid #AC2BCC
Tints of Dark Orchid #AC2BCC
RGB
CMYK
RGB Variations
Color information
#AC2BCC (or 0xAC2BCC) is known color: Dark Orchid. HEX triplet: AC, 2B and CC. RGB value is (172,43,204). Sum of RGB (Red+Green+Blue) = 172+43+204=419 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.05% from 419); Green value is 43 (17.19% from 255 or 10.26% from 419); Blue value is 204 (80.08% from 255 or 48.69% from 419); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC2BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BCC is #53D433. Grayscale: #636363. Windows color (decimal): -5493812 or 13380524. OLE color: 13380524.
HSL color Cylindrical-coordinate representation of color #AC2BCC: hue angle of 288.07º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2BCC is Cyan = 0.16, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 43 | 204 | - |
| CMYK | 0.16 | 0.79 | 0 | 0.2 |
| HSL | 288.07º | 0.65% | 0.48% | - |
| HSV(B) | 288.07º | 0.79% | 0.8% | - |
| XYZ | 28.78 | 14.86 | 58.48 | - |
| YUV | 99.93 | 186.74 | 179.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 204 | 0.16 | 0.79 | 0 | 0.2 | 288.07 | 0.65 | 0.48 |
| Hex | AC | 2B | CC | 10 | 4F | 0 | 14 | 120 | 41 | 30 |
| Octal | 254 | 53 | 314 | 20 | 117 | 0 | 24 | 440 | 101 | 60 |
| Binary | 10101100 | 101011 | 11001100 | 10000 | 1001111 | 0 | 10100 | 100100000 | 1000001 | 110000 |
Color Harmonies of #AC2BCC
Complementary color
Monochromatic Colors of #AC2BCC
Black with #AC2BCC
Text Example
Text Example
White with #AC2BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2BCC; }
p { color: rgb(172,43,204); }
H1.HeaderClassName
{
color: #AC2BCC;
}
.AnyTagClassName
{
color: #AC2BCC;
}
</style>
background-color css
<style>
a { background-color: #AC2BCC; }
a { background-color: rgb(172,43,204); }
div.DivClassName
{
background-color: #AC2BCC;
}
.BgClassName
{
background-color: #AC2BCC;
}
</style>
border-color css
<style>
span { border-color: #AC2BCC; }
span { border-color: rgb(172,43,204); }
td.TdClassName
{
border-color: #AC2BCC;
}
.TagClassName
{
border-color: #AC2BCC;
}
</style>