Shades of Dark Orchid #AC2BE0
Tints of Dark Orchid #AC2BE0
RGB
CMYK
RGB Variations
Color information
#AC2BE0 (or 0xAC2BE0) is known color: Dark Orchid. HEX triplet: AC, 2B and E0. RGB value is (172,43,224). Sum of RGB (Red+Green+Blue) = 172+43+224=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 224 (87.89% from 255 or 51.03% from 439); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC2BE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2BE0 is #53D41F. Grayscale: #656565. Windows color (decimal): -5493792 or 14691244. OLE color: 14691244.
HSL color Cylindrical-coordinate representation of color #AC2BE0: hue angle of 282.76º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2BE0 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 43 | 224 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.12 |
| HSL | 282.76º | 0.74% | 0.52% | - |
| HSV(B) | 282.76º | 0.81% | 0.88% | - |
| XYZ | 31.33 | 15.88 | 71.93 | - |
| YUV | 102.21 | 196.74 | 177.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 43 | 224 | 0.23 | 0.81 | 0 | 0.12 | 282.76 | 0.74 | 0.52 |
| Hex | AC | 2B | E0 | 17 | 51 | 0 | C | 11B | 4A | 34 |
| Octal | 254 | 53 | 340 | 27 | 121 | 0 | 14 | 433 | 112 | 64 |
| Binary | 10101100 | 101011 | 11100000 | 10111 | 1010001 | 0 | 1100 | 100011011 | 1001010 | 110100 |
Color Harmonies of #AC2BE0
Complementary color
Monochromatic Colors of #AC2BE0
Black with #AC2BE0
Text Example
Text Example
White with #AC2BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2BE0; }
p { color: rgb(172,43,224); }
H1.HeaderClassName
{
color: #AC2BE0;
}
.AnyTagClassName
{
color: #AC2BE0;
}
</style>
background-color css
<style>
a { background-color: #AC2BE0; }
a { background-color: rgb(172,43,224); }
div.DivClassName
{
background-color: #AC2BE0;
}
.BgClassName
{
background-color: #AC2BE0;
}
</style>
border-color css
<style>
span { border-color: #AC2BE0; }
span { border-color: rgb(172,43,224); }
td.TdClassName
{
border-color: #AC2BE0;
}
.TagClassName
{
border-color: #AC2BE0;
}
</style>