Shades of Dark Orchid #AC3ECC
Tints of Dark Orchid #AC3ECC
RGB
CMYK
RGB Variations
Color information
#AC3ECC (or 0xAC3ECC) is known color: Dark Orchid. HEX triplet: AC, 3E and CC. RGB value is (172,62,204). Sum of RGB (Red+Green+Blue) = 172+62+204=438 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.27% from 438); Green value is 62 (24.61% from 255 or 14.16% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC3ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3ECC is #53C133. Grayscale: #6E6E6E. Windows color (decimal): -5488948 or 13385388. OLE color: 13385388.
HSL color Cylindrical-coordinate representation of color #AC3ECC: hue angle of 286.48º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3ECC is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 62 | 204 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.2 |
| HSL | 286.48º | 0.58% | 0.52% | - |
| HSV(B) | 286.48º | 0.7% | 0.8% | - |
| XYZ | 29.63 | 16.58 | 58.76 | - |
| YUV | 111.08 | 180.44 | 171.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 204 | 0.16 | 0.70 | 0 | 0.2 | 286.48 | 0.58 | 0.52 |
| Hex | AC | 3E | CC | 10 | 46 | 0 | 14 | 11E | 3A | 34 |
| Octal | 254 | 76 | 314 | 20 | 106 | 0 | 24 | 436 | 72 | 64 |
| Binary | 10101100 | 111110 | 11001100 | 10000 | 1000110 | 0 | 10100 | 100011110 | 111010 | 110100 |
Color Harmonies of #AC3ECC
Complementary color
Monochromatic Colors of #AC3ECC
Black with #AC3ECC
Text Example
Text Example
White with #AC3ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3ECC; }
p { color: rgb(172,62,204); }
H1.HeaderClassName
{
color: #AC3ECC;
}
.AnyTagClassName
{
color: #AC3ECC;
}
</style>
background-color css
<style>
a { background-color: #AC3ECC; }
a { background-color: rgb(172,62,204); }
div.DivClassName
{
background-color: #AC3ECC;
}
.BgClassName
{
background-color: #AC3ECC;
}
</style>
border-color css
<style>
span { border-color: #AC3ECC; }
span { border-color: rgb(172,62,204); }
td.TdClassName
{
border-color: #AC3ECC;
}
.TagClassName
{
border-color: #AC3ECC;
}
</style>