Shades of Dark Orchid #AC34D9
Tints of Dark Orchid #AC34D9
RGB
CMYK
RGB Variations
Color information
#AC34D9 (or 0xAC34D9) is known color: Dark Orchid. HEX triplet: AC, 34 and D9. RGB value is (172,52,217). Sum of RGB (Red+Green+Blue) = 172+52+217=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 52 (20.70% from 255 or 11.79% from 441); Blue value is 217 (85.16% from 255 or 49.21% from 441); Max value from RGB is 217 - color contains mainly: blue. Hex color #AC34D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC34D9 is #53CB26. Grayscale: #6A6A6A. Windows color (decimal): -5491495 or 14234796. OLE color: 14234796.
HSL color Cylindrical-coordinate representation of color #AC34D9: hue angle of 283.64º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC34D9 is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 52 | 217 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.15 |
| HSL | 283.64º | 0.68% | 0.53% | - |
| HSV(B) | 283.64º | 0.76% | 0.85% | - |
| XYZ | 30.77 | 16.24 | 67.16 | - |
| YUV | 106.69 | 190.26 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 217 | 0.21 | 0.76 | 0 | 0.15 | 283.64 | 0.68 | 0.53 |
| Hex | AC | 34 | D9 | 15 | 4C | 0 | F | 11C | 44 | 35 |
| Octal | 254 | 64 | 331 | 25 | 114 | 0 | 17 | 434 | 104 | 65 |
| Binary | 10101100 | 110100 | 11011001 | 10101 | 1001100 | 0 | 1111 | 100011100 | 1000100 | 110101 |
Color Harmonies of #AC34D9
Complementary color
Monochromatic Colors of #AC34D9
Black with #AC34D9
Text Example
Text Example
White with #AC34D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC34D9; }
p { color: rgb(172,52,217); }
H1.HeaderClassName
{
color: #AC34D9;
}
.AnyTagClassName
{
color: #AC34D9;
}
</style>
background-color css
<style>
a { background-color: #AC34D9; }
a { background-color: rgb(172,52,217); }
div.DivClassName
{
background-color: #AC34D9;
}
.BgClassName
{
background-color: #AC34D9;
}
</style>
border-color css
<style>
span { border-color: #AC34D9; }
span { border-color: rgb(172,52,217); }
td.TdClassName
{
border-color: #AC34D9;
}
.TagClassName
{
border-color: #AC34D9;
}
</style>