Shades of Dark Orchid #AC2CA9
Tints of Dark Orchid #AC2CA9
RGB
CMYK
RGB Variations
Color information
#AC2CA9 (or 0xAC2CA9) is known color: Dark Orchid. HEX triplet: AC, 2C and A9. RGB value is (172,44,169). Sum of RGB (Red+Green+Blue) = 172+44+169=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 169 (66.41% from 255 or 43.90% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2CA9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2CA9 is #53D356. Grayscale: #606060. Windows color (decimal): -5493591 or 11087020. OLE color: 11087020.
HSL color Cylindrical-coordinate representation of color #AC2CA9: hue angle of 301.41º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC2CA9 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 44 | 169 | - |
| CMYK | 0 | 0.74 | 0.02 | 0.33 |
| HSL | 301.41º | 0.59% | 0.42% | - |
| HSV(B) | 301.41º | 0.74% | 0.67% | - |
| XYZ | 25.08 | 13.44 | 38.81 | - |
| YUV | 96.52 | 168.91 | 181.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 44 | 169 | 0 | 0.74 | 0.02 | 0.33 | 301.41 | 0.59 | 0.42 |
| Hex | AC | 2C | A9 | 0 | 4A | 2 | 21 | 12D | 3B | 2A |
| Octal | 254 | 54 | 251 | 0 | 112 | 2 | 41 | 455 | 73 | 52 |
| Binary | 10101100 | 101100 | 10101001 | 0 | 1001010 | 10 | 100001 | 100101101 | 111011 | 101010 |
Color Harmonies of #AC2CA9
Complementary color
Monochromatic Colors of #AC2CA9
Black with #AC2CA9
Text Example
Text Example
White with #AC2CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2CA9; }
p { color: rgb(172,44,169); }
H1.HeaderClassName
{
color: #AC2CA9;
}
.AnyTagClassName
{
color: #AC2CA9;
}
</style>
background-color css
<style>
a { background-color: #AC2CA9; }
a { background-color: rgb(172,44,169); }
div.DivClassName
{
background-color: #AC2CA9;
}
.BgClassName
{
background-color: #AC2CA9;
}
</style>
border-color css
<style>
span { border-color: #AC2CA9; }
span { border-color: rgb(172,44,169); }
td.TdClassName
{
border-color: #AC2CA9;
}
.TagClassName
{
border-color: #AC2CA9;
}
</style>