Shades of Dark Orchid #AC2AAE
Tints of Dark Orchid #AC2AAE
RGB
CMYK
RGB Variations
Color information
#AC2AAE (or 0xAC2AAE) is known color: Dark Orchid. HEX triplet: AC, 2A and AE. RGB value is (172,42,174). Sum of RGB (Red+Green+Blue) = 172+42+174=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 42 (16.80% from 255 or 10.82% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #AC2AAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2AAE is #53D551. Grayscale: #5F5F5F. Windows color (decimal): -5494098 or 11414188. OLE color: 11414188.
HSL color Cylindrical-coordinate representation of color #AC2AAE: hue angle of 299.09º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2AAE is Cyan = 0.01, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 42 | 174 | - |
| CMYK | 0.01 | 0.76 | 0 | 0.32 |
| HSL | 299.09º | 0.61% | 0.42% | - |
| HSV(B) | 299.09º | 0.76% | 0.68% | - |
| XYZ | 25.48 | 13.48 | 41.3 | - |
| YUV | 95.92 | 172.07 | 182.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 174 | 0.01 | 0.76 | 0 | 0.32 | 299.09 | 0.61 | 0.42 |
| Hex | AC | 2A | AE | 1 | 4C | 0 | 20 | 12B | 3D | 2A |
| Octal | 254 | 52 | 256 | 1 | 114 | 0 | 40 | 453 | 75 | 52 |
| Binary | 10101100 | 101010 | 10101110 | 1 | 1001100 | 0 | 100000 | 100101011 | 111101 | 101010 |
Color Harmonies of #AC2AAE
Complementary color
Monochromatic Colors of #AC2AAE
Black with #AC2AAE
Text Example
Text Example
White with #AC2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2AAE; }
p { color: rgb(172,42,174); }
H1.HeaderClassName
{
color: #AC2AAE;
}
.AnyTagClassName
{
color: #AC2AAE;
}
</style>
background-color css
<style>
a { background-color: #AC2AAE; }
a { background-color: rgb(172,42,174); }
div.DivClassName
{
background-color: #AC2AAE;
}
.BgClassName
{
background-color: #AC2AAE;
}
</style>
border-color css
<style>
span { border-color: #AC2AAE; }
span { border-color: rgb(172,42,174); }
td.TdClassName
{
border-color: #AC2AAE;
}
.TagClassName
{
border-color: #AC2AAE;
}
</style>