Shades of Dark Orchid #AC30EC
Tints of Dark Orchid #AC30EC
RGB
CMYK
RGB Variations
Color information
#AC30EC (or 0xAC30EC) is known color: Dark Orchid. HEX triplet: AC, 30 and EC. RGB value is (172,48,236). Sum of RGB (Red+Green+Blue) = 172+48+236=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 48 (19.14% from 255 or 10.53% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #AC30EC is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC30EC is #53CF13. Grayscale: #696969. Windows color (decimal): -5492500 or 15478956. OLE color: 15478956.
HSL color Cylindrical-coordinate representation of color #AC30EC: hue angle of 279.57º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC30EC is Cyan = 0.27, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 48 | 236 | - |
| CMYK | 0.27 | 0.80 | 0 | 0.07 |
| HSL | 279.57º | 0.83% | 0.56% | - |
| HSV(B) | 279.57º | 0.8% | 0.93% | - |
| XYZ | 33.21 | 16.94 | 80.88 | - |
| YUV | 106.51 | 201.08 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 236 | 0.27 | 0.80 | 0 | 0.07 | 279.57 | 0.83 | 0.56 |
| Hex | AC | 30 | EC | 1B | 50 | 0 | 7 | 118 | 53 | 38 |
| Octal | 254 | 60 | 354 | 33 | 120 | 0 | 7 | 430 | 123 | 70 |
| Binary | 10101100 | 110000 | 11101100 | 11011 | 1010000 | 0 | 111 | 100011000 | 1010011 | 111000 |
Color Harmonies of #AC30EC
Complementary color
Monochromatic Colors of #AC30EC
Black with #AC30EC
Text Example
Text Example
White with #AC30EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC30EC; }
p { color: rgb(172,48,236); }
H1.HeaderClassName
{
color: #AC30EC;
}
.AnyTagClassName
{
color: #AC30EC;
}
</style>
background-color css
<style>
a { background-color: #AC30EC; }
a { background-color: rgb(172,48,236); }
div.DivClassName
{
background-color: #AC30EC;
}
.BgClassName
{
background-color: #AC30EC;
}
</style>
border-color css
<style>
span { border-color: #AC30EC; }
span { border-color: rgb(172,48,236); }
td.TdClassName
{
border-color: #AC30EC;
}
.TagClassName
{
border-color: #AC30EC;
}
</style>