Shades of Dark Orchid #AC1BBA
Tints of Dark Orchid #AC1BBA
RGB
CMYK
RGB Variations
Color information
#AC1BBA (or 0xAC1BBA) is known color: Dark Orchid. HEX triplet: AC, 1B and BA. RGB value is (172,27,186). Sum of RGB (Red+Green+Blue) = 172+27+186=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 27 (10.94% from 255 or 7.01% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC1BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1BBA is #53E445. Grayscale: #575757. Windows color (decimal): -5497926 or 12196780. OLE color: 12196780.
HSL color Cylindrical-coordinate representation of color #AC1BBA: hue angle of 294.72º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1BBA is Cyan = 0.08, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 27 | 186 | - |
| CMYK | 0.08 | 0.85 | 0 | 0.27 |
| HSL | 294.72º | 0.75% | 0.42% | - |
| HSV(B) | 294.72º | 0.85% | 0.73% | - |
| XYZ | 26.27 | 13.1 | 47.6 | - |
| YUV | 88.48 | 183.04 | 187.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 27 | 186 | 0.08 | 0.85 | 0 | 0.27 | 294.72 | 0.75 | 0.42 |
| Hex | AC | 1B | BA | 8 | 55 | 0 | 1B | 127 | 4B | 2A |
| Octal | 254 | 33 | 272 | 10 | 125 | 0 | 33 | 447 | 113 | 52 |
| Binary | 10101100 | 11011 | 10111010 | 1000 | 1010101 | 0 | 11011 | 100100111 | 1001011 | 101010 |
Color Harmonies of #AC1BBA
Complementary color
Monochromatic Colors of #AC1BBA
Black with #AC1BBA
Text Example
Text Example
White with #AC1BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1BBA; }
p { color: rgb(172,27,186); }
H1.HeaderClassName
{
color: #AC1BBA;
}
.AnyTagClassName
{
color: #AC1BBA;
}
</style>
background-color css
<style>
a { background-color: #AC1BBA; }
a { background-color: rgb(172,27,186); }
div.DivClassName
{
background-color: #AC1BBA;
}
.BgClassName
{
background-color: #AC1BBA;
}
</style>
border-color css
<style>
span { border-color: #AC1BBA; }
span { border-color: rgb(172,27,186); }
td.TdClassName
{
border-color: #AC1BBA;
}
.TagClassName
{
border-color: #AC1BBA;
}
</style>