Shades of Dark Orchid #AC1DBA
Tints of Dark Orchid #AC1DBA
RGB
CMYK
RGB Variations
Color information
#AC1DBA (or 0xAC1DBA) is known color: Dark Orchid. HEX triplet: AC, 1D and BA. RGB value is (172,29,186). Sum of RGB (Red+Green+Blue) = 172+29+186=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 29 (11.72% from 255 or 7.49% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC1DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1DBA is #53E245. Grayscale: #595959. Windows color (decimal): -5497414 or 12197292. OLE color: 12197292.
HSL color Cylindrical-coordinate representation of color #AC1DBA: hue angle of 294.65º degrees, saturation: 0.73, 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 #AC1DBA is Cyan = 0.08, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 29 | 186 | - |
| CMYK | 0.08 | 0.84 | 0 | 0.27 |
| HSL | 294.65º | 0.73% | 0.42% | - |
| HSV(B) | 294.65º | 0.84% | 0.73% | - |
| XYZ | 26.32 | 13.19 | 47.61 | - |
| YUV | 89.66 | 182.38 | 186.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 29 | 186 | 0.08 | 0.84 | 0 | 0.27 | 294.65 | 0.73 | 0.42 |
| Hex | AC | 1D | BA | 8 | 54 | 0 | 1B | 127 | 49 | 2A |
| Octal | 254 | 35 | 272 | 10 | 124 | 0 | 33 | 447 | 111 | 52 |
| Binary | 10101100 | 11101 | 10111010 | 1000 | 1010100 | 0 | 11011 | 100100111 | 1001001 | 101010 |
Color Harmonies of #AC1DBA
Complementary color
Monochromatic Colors of #AC1DBA
Black with #AC1DBA
Text Example
Text Example
White with #AC1DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1DBA; }
p { color: rgb(172,29,186); }
H1.HeaderClassName
{
color: #AC1DBA;
}
.AnyTagClassName
{
color: #AC1DBA;
}
</style>
background-color css
<style>
a { background-color: #AC1DBA; }
a { background-color: rgb(172,29,186); }
div.DivClassName
{
background-color: #AC1DBA;
}
.BgClassName
{
background-color: #AC1DBA;
}
</style>
border-color css
<style>
span { border-color: #AC1DBA; }
span { border-color: rgb(172,29,186); }
td.TdClassName
{
border-color: #AC1DBA;
}
.TagClassName
{
border-color: #AC1DBA;
}
</style>