Shades of Dark Orchid #AC30BC
Tints of Dark Orchid #AC30BC
RGB
CMYK
RGB Variations
Color information
#AC30BC (or 0xAC30BC) is known color: Dark Orchid. HEX triplet: AC, 30 and BC. RGB value is (172,48,188). Sum of RGB (Red+Green+Blue) = 172+48+188=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 48 (19.14% from 255 or 11.76% from 408); Blue value is 188 (73.83% from 255 or 46.08% from 408); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC30BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC30BC is #53CF43. Grayscale: #646464. Windows color (decimal): -5492548 or 12333228. OLE color: 12333228.
HSL color Cylindrical-coordinate representation of color #AC30BC: hue angle of 293.14º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC30BC is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 48 | 188 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.26 |
| HSL | 293.14º | 0.59% | 0.46% | - |
| HSV(B) | 293.14º | 0.74% | 0.74% | - |
| XYZ | 27.15 | 14.52 | 48.95 | - |
| YUV | 101.04 | 177.08 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 48 | 188 | 0.09 | 0.74 | 0 | 0.26 | 293.14 | 0.59 | 0.46 |
| Hex | AC | 30 | BC | 9 | 4A | 0 | 1A | 125 | 3B | 2E |
| Octal | 254 | 60 | 274 | 11 | 112 | 0 | 32 | 445 | 73 | 56 |
| Binary | 10101100 | 110000 | 10111100 | 1001 | 1001010 | 0 | 11010 | 100100101 | 111011 | 101110 |
Color Harmonies of #AC30BC
Complementary color
Monochromatic Colors of #AC30BC
Black with #AC30BC
Text Example
Text Example
White with #AC30BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC30BC; }
p { color: rgb(172,48,188); }
H1.HeaderClassName
{
color: #AC30BC;
}
.AnyTagClassName
{
color: #AC30BC;
}
</style>
background-color css
<style>
a { background-color: #AC30BC; }
a { background-color: rgb(172,48,188); }
div.DivClassName
{
background-color: #AC30BC;
}
.BgClassName
{
background-color: #AC30BC;
}
</style>
border-color css
<style>
span { border-color: #AC30BC; }
span { border-color: rgb(172,48,188); }
td.TdClassName
{
border-color: #AC30BC;
}
.TagClassName
{
border-color: #AC30BC;
}
</style>