Shades of Dark Orchid #AC3AD4
Tints of Dark Orchid #AC3AD4
RGB
CMYK
RGB Variations
Color information
#AC3AD4 (or 0xAC3AD4) is known color: Dark Orchid. HEX triplet: AC, 3A and D4. RGB value is (172,58,212). Sum of RGB (Red+Green+Blue) = 172+58+212=442 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.91% from 442); Green value is 58 (23.05% from 255 or 13.12% from 442); Blue value is 212 (83.20% from 255 or 47.96% from 442); Max value from RGB is 212 - color contains mainly: blue. Hex color #AC3AD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3AD4 is #53C52B. Grayscale: #6D6D6D. Windows color (decimal): -5489964 or 13908652. OLE color: 13908652.
HSL color Cylindrical-coordinate representation of color #AC3AD4: hue angle of 284.42º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC3AD4 is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 172 | 58 | 212 | - |
| CMYK | 0.19 | 0.73 | 0 | 0.17 |
| HSL | 284.42º | 0.64% | 0.53% | - |
| HSV(B) | 284.42º | 0.73% | 0.83% | - |
| XYZ | 30.41 | 16.55 | 63.88 | - |
| YUV | 109.64 | 185.77 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 58 | 212 | 0.19 | 0.73 | 0 | 0.17 | 284.42 | 0.64 | 0.53 |
| Hex | AC | 3A | D4 | 13 | 49 | 0 | 11 | 11C | 40 | 35 |
| Octal | 254 | 72 | 324 | 23 | 111 | 0 | 21 | 434 | 100 | 65 |
| Binary | 10101100 | 111010 | 11010100 | 10011 | 1001001 | 0 | 10001 | 100011100 | 1000000 | 110101 |
Color Harmonies of #AC3AD4
Complementary color
Monochromatic Colors of #AC3AD4
Black with #AC3AD4
Text Example
Text Example
White with #AC3AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3AD4; }
p { color: rgb(172,58,212); }
H1.HeaderClassName
{
color: #AC3AD4;
}
.AnyTagClassName
{
color: #AC3AD4;
}
</style>
background-color css
<style>
a { background-color: #AC3AD4; }
a { background-color: rgb(172,58,212); }
div.DivClassName
{
background-color: #AC3AD4;
}
.BgClassName
{
background-color: #AC3AD4;
}
</style>
border-color css
<style>
span { border-color: #AC3AD4; }
span { border-color: rgb(172,58,212); }
td.TdClassName
{
border-color: #AC3AD4;
}
.TagClassName
{
border-color: #AC3AD4;
}
</style>