Shades of Dark Orchid #AC3BCC
Tints of Dark Orchid #AC3BCC
RGB
CMYK
RGB Variations
Color information
#AC3BCC (or 0xAC3BCC) is known color: Dark Orchid. HEX triplet: AC, 3B and CC. RGB value is (172,59,204). Sum of RGB (Red+Green+Blue) = 172+59+204=435 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.54% from 435); Green value is 59 (23.44% from 255 or 13.56% from 435); Blue value is 204 (80.08% from 255 or 46.90% from 435); Max value from RGB is 204 - color contains mainly: blue. Hex color #AC3BCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3BCC is #53C433. Grayscale: #6C6C6C. Windows color (decimal): -5489716 or 13384620. OLE color: 13384620.
HSL color Cylindrical-coordinate representation of color #AC3BCC: hue angle of 286.76º degrees, saturation: 0.59, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AC3BCC is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 172 | 59 | 204 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.2 |
| HSL | 286.76º | 0.59% | 0.52% | - |
| HSV(B) | 286.76º | 0.71% | 0.8% | - |
| XYZ | 29.48 | 16.26 | 58.71 | - |
| YUV | 109.32 | 181.44 | 172.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 59 | 204 | 0.16 | 0.71 | 0 | 0.2 | 286.76 | 0.59 | 0.52 |
| Hex | AC | 3B | CC | 10 | 47 | 0 | 14 | 11F | 3B | 34 |
| Octal | 254 | 73 | 314 | 20 | 107 | 0 | 24 | 437 | 73 | 64 |
| Binary | 10101100 | 111011 | 11001100 | 10000 | 1000111 | 0 | 10100 | 100011111 | 111011 | 110100 |
Color Harmonies of #AC3BCC
Complementary color
Monochromatic Colors of #AC3BCC
Black with #AC3BCC
Text Example
Text Example
White with #AC3BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3BCC; }
p { color: rgb(172,59,204); }
H1.HeaderClassName
{
color: #AC3BCC;
}
.AnyTagClassName
{
color: #AC3BCC;
}
</style>
background-color css
<style>
a { background-color: #AC3BCC; }
a { background-color: rgb(172,59,204); }
div.DivClassName
{
background-color: #AC3BCC;
}
.BgClassName
{
background-color: #AC3BCC;
}
</style>
border-color css
<style>
span { border-color: #AC3BCC; }
span { border-color: rgb(172,59,204); }
td.TdClassName
{
border-color: #AC3BCC;
}
.TagClassName
{
border-color: #AC3BCC;
}
</style>