Shades of Dark Orchid #AC3CDA
Tints of Dark Orchid #AC3CDA
RGB
CMYK
RGB Variations
Color information
#AC3CDA (or 0xAC3CDA) is known color: Dark Orchid. HEX triplet: AC, 3C and DA. RGB value is (172,60,218). Sum of RGB (Red+Green+Blue) = 172+60+218=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 60 (23.83% from 255 or 13.33% from 450); Blue value is 218 (85.55% from 255 or 48.44% from 450); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC3CDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CDA is #53C325. Grayscale: #6E6E6E. Windows color (decimal): -5489446 or 14302380. OLE color: 14302380.
HSL color Cylindrical-coordinate representation of color #AC3CDA: hue angle of 282.53º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3CDA is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 60 | 218 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.15 |
| HSL | 282.53º | 0.68% | 0.55% | - |
| HSV(B) | 282.53º | 0.72% | 0.85% | - |
| XYZ | 31.28 | 17.06 | 67.97 | - |
| YUV | 111.5 | 188.11 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 218 | 0.21 | 0.72 | 0 | 0.15 | 282.53 | 0.68 | 0.55 |
| Hex | AC | 3C | DA | 15 | 48 | 0 | F | 11B | 44 | 37 |
| Octal | 254 | 74 | 332 | 25 | 110 | 0 | 17 | 433 | 104 | 67 |
| Binary | 10101100 | 111100 | 11011010 | 10101 | 1001000 | 0 | 1111 | 100011011 | 1000100 | 110111 |
Color Harmonies of #AC3CDA
Complementary color
Monochromatic Colors of #AC3CDA
Black with #AC3CDA
Text Example
Text Example
White with #AC3CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CDA; }
p { color: rgb(172,60,218); }
H1.HeaderClassName
{
color: #AC3CDA;
}
.AnyTagClassName
{
color: #AC3CDA;
}
</style>
background-color css
<style>
a { background-color: #AC3CDA; }
a { background-color: rgb(172,60,218); }
div.DivClassName
{
background-color: #AC3CDA;
}
.BgClassName
{
background-color: #AC3CDA;
}
</style>
border-color css
<style>
span { border-color: #AC3CDA; }
span { border-color: rgb(172,60,218); }
td.TdClassName
{
border-color: #AC3CDA;
}
.TagClassName
{
border-color: #AC3CDA;
}
</style>