Shades of Dark Orchid #AC34EA
Tints of Dark Orchid #AC34EA
RGB
CMYK
RGB Variations
Color information
#AC34EA (or 0xAC34EA) is known color: Dark Orchid. HEX triplet: AC, 34 and EA. RGB value is (172,52,234). Sum of RGB (Red+Green+Blue) = 172+52+234=458 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.55% from 458); Green value is 52 (20.70% from 255 or 11.35% from 458); Blue value is 234 (91.80% from 255 or 51.09% from 458); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC34EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC34EA is #53CB15. Grayscale: #6C6C6C. Windows color (decimal): -5491478 or 15348908. OLE color: 15348908.
HSL color Cylindrical-coordinate representation of color #AC34EA: hue angle of 279.56º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC34EA is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 52 | 234 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.08 |
| HSL | 279.56º | 0.81% | 0.56% | - |
| HSV(B) | 279.56º | 0.78% | 0.92% | - |
| XYZ | 33.09 | 17.17 | 79.41 | - |
| YUV | 108.63 | 198.76 | 173.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 52 | 234 | 0.26 | 0.78 | 0 | 0.08 | 279.56 | 0.81 | 0.56 |
| Hex | AC | 34 | EA | 1A | 4E | 0 | 8 | 118 | 51 | 38 |
| Octal | 254 | 64 | 352 | 32 | 116 | 0 | 10 | 430 | 121 | 70 |
| Binary | 10101100 | 110100 | 11101010 | 11010 | 1001110 | 0 | 1000 | 100011000 | 1010001 | 111000 |
Color Harmonies of #AC34EA
Complementary color
Monochromatic Colors of #AC34EA
Black with #AC34EA
Text Example
Text Example
White with #AC34EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC34EA; }
p { color: rgb(172,52,234); }
H1.HeaderClassName
{
color: #AC34EA;
}
.AnyTagClassName
{
color: #AC34EA;
}
</style>
background-color css
<style>
a { background-color: #AC34EA; }
a { background-color: rgb(172,52,234); }
div.DivClassName
{
background-color: #AC34EA;
}
.BgClassName
{
background-color: #AC34EA;
}
</style>
border-color css
<style>
span { border-color: #AC34EA; }
span { border-color: rgb(172,52,234); }
td.TdClassName
{
border-color: #AC34EA;
}
.TagClassName
{
border-color: #AC34EA;
}
</style>