Shades of Dark Orchid #AC3DCC
Tints of Dark Orchid #AC3DCC
RGB
CMYK
RGB Variations
Color information
#AC3DCC (or 0xAC3DCC) is known color: Dark Orchid. HEX triplet: AC, 3D and CC. RGB value is (172,61,204). Sum of RGB (Red+Green+Blue) = 172+61+204=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 61 (24.22% from 255 or 13.96% from 437); Blue value is 204 (80.08% from 255 or 46.68% from 437); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC3DCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3DCC is #53C233. Grayscale: #6E6E6E. Windows color (decimal): -5489204 or 13385132. OLE color: 13385132.
HSL color Cylindrical-coordinate representation of color #AC3DCC: hue angle of 286.57º 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 #AC3DCC is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 61 | 204 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.2 |
| HSL | 286.57º | 0.58% | 0.52% | - |
| HSV(B) | 286.57º | 0.7% | 0.8% | - |
| XYZ | 29.58 | 16.47 | 58.75 | - |
| YUV | 110.49 | 180.77 | 171.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 61 | 204 | 0.16 | 0.70 | 0 | 0.2 | 286.57 | 0.58 | 0.52 |
| Hex | AC | 3D | CC | 10 | 46 | 0 | 14 | 11F | 3A | 34 |
| Octal | 254 | 75 | 314 | 20 | 106 | 0 | 24 | 437 | 72 | 64 |
| Binary | 10101100 | 111101 | 11001100 | 10000 | 1000110 | 0 | 10100 | 100011111 | 111010 | 110100 |
Color Harmonies of #AC3DCC
Complementary color
Monochromatic Colors of #AC3DCC
Black with #AC3DCC
Text Example
Text Example
White with #AC3DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3DCC; }
p { color: rgb(172,61,204); }
H1.HeaderClassName
{
color: #AC3DCC;
}
.AnyTagClassName
{
color: #AC3DCC;
}
</style>
background-color css
<style>
a { background-color: #AC3DCC; }
a { background-color: rgb(172,61,204); }
div.DivClassName
{
background-color: #AC3DCC;
}
.BgClassName
{
background-color: #AC3DCC;
}
</style>
border-color css
<style>
span { border-color: #AC3DCC; }
span { border-color: rgb(172,61,204); }
td.TdClassName
{
border-color: #AC3DCC;
}
.TagClassName
{
border-color: #AC3DCC;
}
</style>