Shades of Dark Orchid #AC2DBF
Tints of Dark Orchid #AC2DBF
RGB
CMYK
RGB Variations
Color information
#AC2DBF (or 0xAC2DBF) is known color: Dark Orchid. HEX triplet: AC, 2D and BF. RGB value is (172,45,191). Sum of RGB (Red+Green+Blue) = 172+45+191=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 45 (17.97% from 255 or 11.03% from 408); Blue value is 191 (75% from 255 or 46.81% from 408); Max value from RGB is 191 - color contains mainly: blue. Hex color #AC2DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2DBF is #53D240. Grayscale: #636363. Windows color (decimal): -5493313 or 12529068. OLE color: 12529068.
HSL color Cylindrical-coordinate representation of color #AC2DBF: hue angle of 292.19º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2DBF is Cyan = 0.10, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 45 | 191 | - |
| CMYK | 0.10 | 0.76 | 0 | 0.25 |
| HSL | 292.19º | 0.62% | 0.46% | - |
| HSV(B) | 292.19º | 0.76% | 0.75% | - |
| XYZ | 27.36 | 14.41 | 50.63 | - |
| YUV | 99.62 | 179.58 | 179.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 45 | 191 | 0.10 | 0.76 | 0 | 0.25 | 292.19 | 0.62 | 0.46 |
| Hex | AC | 2D | BF | A | 4C | 0 | 19 | 124 | 3E | 2E |
| Octal | 254 | 55 | 277 | 12 | 114 | 0 | 31 | 444 | 76 | 56 |
| Binary | 10101100 | 101101 | 10111111 | 1010 | 1001100 | 0 | 11001 | 100100100 | 111110 | 101110 |
Color Harmonies of #AC2DBF
Complementary color
Monochromatic Colors of #AC2DBF
Black with #AC2DBF
Text Example
Text Example
White with #AC2DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2DBF; }
p { color: rgb(172,45,191); }
H1.HeaderClassName
{
color: #AC2DBF;
}
.AnyTagClassName
{
color: #AC2DBF;
}
</style>
background-color css
<style>
a { background-color: #AC2DBF; }
a { background-color: rgb(172,45,191); }
div.DivClassName
{
background-color: #AC2DBF;
}
.BgClassName
{
background-color: #AC2DBF;
}
</style>
border-color css
<style>
span { border-color: #AC2DBF; }
span { border-color: rgb(172,45,191); }
td.TdClassName
{
border-color: #AC2DBF;
}
.TagClassName
{
border-color: #AC2DBF;
}
</style>