Shades of Dark Orchid #AC2FBA
Tints of Dark Orchid #AC2FBA
RGB
CMYK
RGB Variations
Color information
#AC2FBA (or 0xAC2FBA) is known color: Dark Orchid. HEX triplet: AC, 2F and BA. RGB value is (172,47,186). Sum of RGB (Red+Green+Blue) = 172+47+186=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 47 (18.75% from 255 or 11.60% from 405); Blue value is 186 (73.05% from 255 or 45.93% from 405); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC2FBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FBA is #53D045. Grayscale: #636363. Windows color (decimal): -5492806 or 12201900. OLE color: 12201900.
HSL color Cylindrical-coordinate representation of color #AC2FBA: hue angle of 293.96º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AC2FBA is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 47 | 186 | - |
| CMYK | 0.08 | 0.75 | 0 | 0.27 |
| HSL | 293.96º | 0.6% | 0.46% | - |
| HSV(B) | 293.96º | 0.75% | 0.73% | - |
| XYZ | 26.89 | 14.35 | 47.81 | - |
| YUV | 100.22 | 176.41 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 186 | 0.08 | 0.75 | 0 | 0.27 | 293.96 | 0.6 | 0.46 |
| Hex | AC | 2F | BA | 8 | 4B | 0 | 1B | 126 | 3C | 2E |
| Octal | 254 | 57 | 272 | 10 | 113 | 0 | 33 | 446 | 74 | 56 |
| Binary | 10101100 | 101111 | 10111010 | 1000 | 1001011 | 0 | 11011 | 100100110 | 111100 | 101110 |
Color Harmonies of #AC2FBA
Complementary color
Monochromatic Colors of #AC2FBA
Black with #AC2FBA
Text Example
Text Example
White with #AC2FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2FBA; }
p { color: rgb(172,47,186); }
H1.HeaderClassName
{
color: #AC2FBA;
}
.AnyTagClassName
{
color: #AC2FBA;
}
</style>
background-color css
<style>
a { background-color: #AC2FBA; }
a { background-color: rgb(172,47,186); }
div.DivClassName
{
background-color: #AC2FBA;
}
.BgClassName
{
background-color: #AC2FBA;
}
</style>
border-color css
<style>
span { border-color: #AC2FBA; }
span { border-color: rgb(172,47,186); }
td.TdClassName
{
border-color: #AC2FBA;
}
.TagClassName
{
border-color: #AC2FBA;
}
</style>