Shades of Dark Orchid #AC30E6
Tints of Dark Orchid #AC30E6
RGB
CMYK
RGB Variations
Color information
#AC30E6 (or 0xAC30E6) is known color: Dark Orchid. HEX triplet: AC, 30 and E6. RGB value is (172,48,230). Sum of RGB (Red+Green+Blue) = 172+48+230=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 48 (19.14% from 255 or 10.67% from 450); Blue value is 230 (90.23% from 255 or 51.11% from 450); Max value from RGB is 230 - color contains mainly: blue. Hex color #AC30E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC30E6 is #53CF19. Grayscale: #696969. Windows color (decimal): -5492506 or 15085740. OLE color: 15085740.
HSL color Cylindrical-coordinate representation of color #AC30E6: hue angle of 280.88º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC30E6 is Cyan = 0.25, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 48 | 230 | - |
| CMYK | 0.25 | 0.79 | 0 | 0.10 |
| HSL | 280.88º | 0.78% | 0.55% | - |
| HSV(B) | 280.88º | 0.79% | 0.9% | - |
| XYZ | 32.35 | 16.6 | 76.36 | - |
| YUV | 105.82 | 198.08 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 230 | 0.25 | 0.79 | 0 | 0.10 | 280.88 | 0.78 | 0.55 |
| Hex | AC | 30 | E6 | 19 | 4F | 0 | A | 119 | 4E | 37 |
| Octal | 254 | 60 | 346 | 31 | 117 | 0 | 12 | 431 | 116 | 67 |
| Binary | 10101100 | 110000 | 11100110 | 11001 | 1001111 | 0 | 1010 | 100011001 | 1001110 | 110111 |
Color Harmonies of #AC30E6
Complementary color
Monochromatic Colors of #AC30E6
Black with #AC30E6
Text Example
Text Example
White with #AC30E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC30E6; }
p { color: rgb(172,48,230); }
H1.HeaderClassName
{
color: #AC30E6;
}
.AnyTagClassName
{
color: #AC30E6;
}
</style>
background-color css
<style>
a { background-color: #AC30E6; }
a { background-color: rgb(172,48,230); }
div.DivClassName
{
background-color: #AC30E6;
}
.BgClassName
{
background-color: #AC30E6;
}
</style>
border-color css
<style>
span { border-color: #AC30E6; }
span { border-color: rgb(172,48,230); }
td.TdClassName
{
border-color: #AC30E6;
}
.TagClassName
{
border-color: #AC30E6;
}
</style>