Shades of Dark Orchid #AC34D5
Tints of Dark Orchid #AC34D5
RGB
CMYK
RGB Variations
Color information
#AC34D5 (or 0xAC34D5) is known color: Dark Orchid. HEX triplet: AC, 34 and D5. RGB value is (172,52,213). Sum of RGB (Red+Green+Blue) = 172+52+213=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 52 (20.70% from 255 or 11.90% from 437); Blue value is 213 (83.59% from 255 or 48.74% from 437); Max value from RGB is 213 - color contains mainly: blue. Hex color #AC34D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC34D5 is #53CB2A. Grayscale: #696969. Windows color (decimal): -5491499 or 13972652. OLE color: 13972652.
HSL color Cylindrical-coordinate representation of color #AC34D5: hue angle of 284.72º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC34D5 is Cyan = 0.19, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 52 | 213 | - |
| CMYK | 0.19 | 0.76 | 0 | 0.16 |
| HSL | 284.72º | 0.66% | 0.52% | - |
| HSV(B) | 284.72º | 0.76% | 0.84% | - |
| XYZ | 30.25 | 16.03 | 64.45 | - |
| YUV | 106.23 | 188.26 | 174.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 213 | 0.19 | 0.76 | 0 | 0.16 | 284.72 | 0.66 | 0.52 |
| Hex | AC | 34 | D5 | 13 | 4C | 0 | 10 | 11D | 42 | 34 |
| Octal | 254 | 64 | 325 | 23 | 114 | 0 | 20 | 435 | 102 | 64 |
| Binary | 10101100 | 110100 | 11010101 | 10011 | 1001100 | 0 | 10000 | 100011101 | 1000010 | 110100 |
Color Harmonies of #AC34D5
Complementary color
Monochromatic Colors of #AC34D5
Black with #AC34D5
Text Example
Text Example
White with #AC34D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC34D5; }
p { color: rgb(172,52,213); }
H1.HeaderClassName
{
color: #AC34D5;
}
.AnyTagClassName
{
color: #AC34D5;
}
</style>
background-color css
<style>
a { background-color: #AC34D5; }
a { background-color: rgb(172,52,213); }
div.DivClassName
{
background-color: #AC34D5;
}
.BgClassName
{
background-color: #AC34D5;
}
</style>
border-color css
<style>
span { border-color: #AC34D5; }
span { border-color: rgb(172,52,213); }
td.TdClassName
{
border-color: #AC34D5;
}
.TagClassName
{
border-color: #AC34D5;
}
</style>