Shades of Dark Orchid #AC2EAA
Tints of Dark Orchid #AC2EAA
RGB
CMYK
RGB Variations
Color information
#AC2EAA (or 0xAC2EAA) is known color: Dark Orchid. HEX triplet: AC, 2E and AA. RGB value is (172,46,170). Sum of RGB (Red+Green+Blue) = 172+46+170=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 170 (66.80% from 255 or 43.81% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2EAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2EAA is #53D155. Grayscale: #616161. Windows color (decimal): -5493078 or 11153068. OLE color: 11153068.
HSL color Cylindrical-coordinate representation of color #AC2EAA: hue angle of 300.95º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AC2EAA is Cyan = 0, Magento = 0.73, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 46 | 170 | - |
| CMYK | 0 | 0.73 | 0.01 | 0.33 |
| HSL | 300.95º | 0.58% | 0.43% | - |
| HSV(B) | 300.95º | 0.73% | 0.67% | - |
| XYZ | 25.25 | 13.63 | 39.33 | - |
| YUV | 97.81 | 168.74 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 46 | 170 | 0 | 0.73 | 0.01 | 0.33 | 300.95 | 0.58 | 0.43 |
| Hex | AC | 2E | AA | 0 | 49 | 1 | 21 | 12D | 3A | 2B |
| Octal | 254 | 56 | 252 | 0 | 111 | 1 | 41 | 455 | 72 | 53 |
| Binary | 10101100 | 101110 | 10101010 | 0 | 1001001 | 1 | 100001 | 100101101 | 111010 | 101011 |
Color Harmonies of #AC2EAA
Complementary color
Monochromatic Colors of #AC2EAA
Black with #AC2EAA
Text Example
Text Example
White with #AC2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2EAA; }
p { color: rgb(172,46,170); }
H1.HeaderClassName
{
color: #AC2EAA;
}
.AnyTagClassName
{
color: #AC2EAA;
}
</style>
background-color css
<style>
a { background-color: #AC2EAA; }
a { background-color: rgb(172,46,170); }
div.DivClassName
{
background-color: #AC2EAA;
}
.BgClassName
{
background-color: #AC2EAA;
}
</style>
border-color css
<style>
span { border-color: #AC2EAA; }
span { border-color: rgb(172,46,170); }
td.TdClassName
{
border-color: #AC2EAA;
}
.TagClassName
{
border-color: #AC2EAA;
}
</style>