Shades of Dark Orchid #AC36EA
Tints of Dark Orchid #AC36EA
RGB
CMYK
RGB Variations
Color information
#AC36EA (or 0xAC36EA) is known color: Dark Orchid. HEX triplet: AC, 36 and EA. RGB value is (172,54,234). Sum of RGB (Red+Green+Blue) = 172+54+234=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 54 (21.48% from 255 or 11.74% from 460); Blue value is 234 (91.80% from 255 or 50.87% from 460); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC36EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC36EA is #53C915. Grayscale: #6D6D6D. Windows color (decimal): -5490966 or 15349420. OLE color: 15349420.
HSL color Cylindrical-coordinate representation of color #AC36EA: hue angle of 279.33º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC36EA is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 54 | 234 | - |
| CMYK | 0.26 | 0.77 | 0 | 0.08 |
| HSL | 279.33º | 0.81% | 0.56% | - |
| HSV(B) | 279.33º | 0.77% | 0.92% | - |
| XYZ | 33.18 | 17.35 | 79.44 | - |
| YUV | 109.8 | 198.09 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 54 | 234 | 0.26 | 0.77 | 0 | 0.08 | 279.33 | 0.81 | 0.56 |
| Hex | AC | 36 | EA | 1A | 4D | 0 | 8 | 117 | 51 | 38 |
| Octal | 254 | 66 | 352 | 32 | 115 | 0 | 10 | 427 | 121 | 70 |
| Binary | 10101100 | 110110 | 11101010 | 11010 | 1001101 | 0 | 1000 | 100010111 | 1010001 | 111000 |
Color Harmonies of #AC36EA
Complementary color
Monochromatic Colors of #AC36EA
Black with #AC36EA
Text Example
Text Example
White with #AC36EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC36EA; }
p { color: rgb(172,54,234); }
H1.HeaderClassName
{
color: #AC36EA;
}
.AnyTagClassName
{
color: #AC36EA;
}
</style>
background-color css
<style>
a { background-color: #AC36EA; }
a { background-color: rgb(172,54,234); }
div.DivClassName
{
background-color: #AC36EA;
}
.BgClassName
{
background-color: #AC36EA;
}
</style>
border-color css
<style>
span { border-color: #AC36EA; }
span { border-color: rgb(172,54,234); }
td.TdClassName
{
border-color: #AC36EA;
}
.TagClassName
{
border-color: #AC36EA;
}
</style>