Shades of Dark Orchid #AC2FE0
Tints of Dark Orchid #AC2FE0
RGB
CMYK
RGB Variations
Color information
#AC2FE0 (or 0xAC2FE0) is known color: Dark Orchid. HEX triplet: AC, 2F and E0. RGB value is (172,47,224). Sum of RGB (Red+Green+Blue) = 172+47+224=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 47 (18.75% from 255 or 10.61% from 443); Blue value is 224 (87.89% from 255 or 50.56% from 443); Max value from RGB is 224 - color contains mainly: blue. Hex color #AC2FE0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FE0 is #53D01F. Grayscale: #676767. Windows color (decimal): -5492768 or 14692268. OLE color: 14692268.
HSL color Cylindrical-coordinate representation of color #AC2FE0: hue angle of 282.37º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2FE0 is Cyan = 0.23, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 172 | 47 | 224 | - |
| CMYK | 0.23 | 0.79 | 0 | 0.12 |
| HSL | 282.37º | 0.74% | 0.53% | - |
| HSV(B) | 282.37º | 0.79% | 0.88% | - |
| XYZ | 31.48 | 16.19 | 71.99 | - |
| YUV | 104.55 | 195.41 | 176.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 224 | 0.23 | 0.79 | 0 | 0.12 | 282.37 | 0.74 | 0.53 |
| Hex | AC | 2F | E0 | 17 | 4F | 0 | C | 11A | 4A | 35 |
| Octal | 254 | 57 | 340 | 27 | 117 | 0 | 14 | 432 | 112 | 65 |
| Binary | 10101100 | 101111 | 11100000 | 10111 | 1001111 | 0 | 1100 | 100011010 | 1001010 | 110101 |
Color Harmonies of #AC2FE0
Complementary color
Monochromatic Colors of #AC2FE0
Black with #AC2FE0
Text Example
Text Example
White with #AC2FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2FE0; }
p { color: rgb(172,47,224); }
H1.HeaderClassName
{
color: #AC2FE0;
}
.AnyTagClassName
{
color: #AC2FE0;
}
</style>
background-color css
<style>
a { background-color: #AC2FE0; }
a { background-color: rgb(172,47,224); }
div.DivClassName
{
background-color: #AC2FE0;
}
.BgClassName
{
background-color: #AC2FE0;
}
</style>
border-color css
<style>
span { border-color: #AC2FE0; }
span { border-color: rgb(172,47,224); }
td.TdClassName
{
border-color: #AC2FE0;
}
.TagClassName
{
border-color: #AC2FE0;
}
</style>