Shades of Dark Orchid #AC1EBA
Tints of Dark Orchid #AC1EBA
RGB
CMYK
RGB Variations
Color information
#AC1EBA (or 0xAC1EBA) is known color: Dark Orchid. HEX triplet: AC, 1E and BA. RGB value is (172,30,186). Sum of RGB (Red+Green+Blue) = 172+30+186=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 30 (12.11% from 255 or 7.73% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC1EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1EBA is #53E145. Grayscale: #595959. Windows color (decimal): -5497158 or 12197548. OLE color: 12197548.
HSL color Cylindrical-coordinate representation of color #AC1EBA: hue angle of 294.62º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC1EBA is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 30 | 186 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.27 |
| HSL | 294.62º | 0.72% | 0.42% | - |
| HSV(B) | 294.62º | 0.84% | 0.73% | - |
| XYZ | 26.34 | 13.24 | 47.62 | - |
| YUV | 90.24 | 182.04 | 186.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 30 | 186 | 0.08 | 0.84 | 0 | 0.27 | 294.62 | 0.72 | 0.42 |
| Hex | AC | 1E | BA | 8 | 54 | 0 | 1B | 127 | 48 | 2A |
| Octal | 254 | 36 | 272 | 10 | 124 | 0 | 33 | 447 | 110 | 52 |
| Binary | 10101100 | 11110 | 10111010 | 1000 | 1010100 | 0 | 11011 | 100100111 | 1001000 | 101010 |
Color Harmonies of #AC1EBA
Complementary color
Monochromatic Colors of #AC1EBA
Black with #AC1EBA
Text Example
Text Example
White with #AC1EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1EBA; }
p { color: rgb(172,30,186); }
H1.HeaderClassName
{
color: #AC1EBA;
}
.AnyTagClassName
{
color: #AC1EBA;
}
</style>
background-color css
<style>
a { background-color: #AC1EBA; }
a { background-color: rgb(172,30,186); }
div.DivClassName
{
background-color: #AC1EBA;
}
.BgClassName
{
background-color: #AC1EBA;
}
</style>
border-color css
<style>
span { border-color: #AC1EBA; }
span { border-color: rgb(172,30,186); }
td.TdClassName
{
border-color: #AC1EBA;
}
.TagClassName
{
border-color: #AC1EBA;
}
</style>