Shades of Dark Orchid #AC2DBA
Tints of Dark Orchid #AC2DBA
RGB
CMYK
RGB Variations
Color information
#AC2DBA (or 0xAC2DBA) is known color: Dark Orchid. HEX triplet: AC, 2D and BA. RGB value is (172,45,186). Sum of RGB (Red+Green+Blue) = 172+45+186=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 45 (17.97% from 255 or 11.17% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC2DBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DBA is #53D245. Grayscale: #626262. Windows color (decimal): -5493318 or 12201388. OLE color: 12201388.
HSL color Cylindrical-coordinate representation of color #AC2DBA: hue angle of 294.04º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2DBA is Cyan = 0.08, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 45 | 186 | - |
| CMYK | 0.08 | 0.76 | 0 | 0.27 |
| HSL | 294.04º | 0.61% | 0.45% | - |
| HSV(B) | 294.04º | 0.76% | 0.73% | - |
| XYZ | 26.81 | 14.19 | 47.78 | - |
| YUV | 99.05 | 177.08 | 180.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 186 | 0.08 | 0.76 | 0 | 0.27 | 294.04 | 0.61 | 0.45 |
| Hex | AC | 2D | BA | 8 | 4C | 0 | 1B | 126 | 3D | 2D |
| Octal | 254 | 55 | 272 | 10 | 114 | 0 | 33 | 446 | 75 | 55 |
| Binary | 10101100 | 101101 | 10111010 | 1000 | 1001100 | 0 | 11011 | 100100110 | 111101 | 101101 |
Color Harmonies of #AC2DBA
Complementary color
Monochromatic Colors of #AC2DBA
Black with #AC2DBA
Text Example
Text Example
White with #AC2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DBA; }
p { color: rgb(172,45,186); }
H1.HeaderClassName
{
color: #AC2DBA;
}
.AnyTagClassName
{
color: #AC2DBA;
}
</style>
background-color css
<style>
a { background-color: #AC2DBA; }
a { background-color: rgb(172,45,186); }
div.DivClassName
{
background-color: #AC2DBA;
}
.BgClassName
{
background-color: #AC2DBA;
}
</style>
border-color css
<style>
span { border-color: #AC2DBA; }
span { border-color: rgb(172,45,186); }
td.TdClassName
{
border-color: #AC2DBA;
}
.TagClassName
{
border-color: #AC2DBA;
}
</style>