Shades of Dark Orchid #AC2AAA
Tints of Dark Orchid #AC2AAA
RGB
CMYK
RGB Variations
Color information
#AC2AAA (or 0xAC2AAA) is known color: Dark Orchid. HEX triplet: AC, 2A and AA. RGB value is (172,42,170). Sum of RGB (Red+Green+Blue) = 172+42+170=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 42 (16.80% from 255 or 10.94% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2AAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2AAA is #53D555. Grayscale: #5F5F5F. Windows color (decimal): -5494102 or 11152044. OLE color: 11152044.
HSL color Cylindrical-coordinate representation of color #AC2AAA: hue angle of 300.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AC2AAA is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 42 | 170 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.33 |
| HSL | 300.92º | 0.61% | 0.42% | - |
| HSV(B) | 300.92º | 0.76% | 0.67% | - |
| XYZ | 25.1 | 13.33 | 39.28 | - |
| YUV | 95.46 | 170.07 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 170 | 0 | 0.76 | 0.01 | 0.33 | 300.92 | 0.61 | 0.42 |
| Hex | AC | 2A | AA | 0 | 4C | 1 | 21 | 12D | 3D | 2A |
| Octal | 254 | 52 | 252 | 0 | 114 | 1 | 41 | 455 | 75 | 52 |
| Binary | 10101100 | 101010 | 10101010 | 0 | 1001100 | 1 | 100001 | 100101101 | 111101 | 101010 |
Color Harmonies of #AC2AAA
Complementary color
Monochromatic Colors of #AC2AAA
Black with #AC2AAA
Text Example
Text Example
White with #AC2AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2AAA; }
p { color: rgb(172,42,170); }
H1.HeaderClassName
{
color: #AC2AAA;
}
.AnyTagClassName
{
color: #AC2AAA;
}
</style>
background-color css
<style>
a { background-color: #AC2AAA; }
a { background-color: rgb(172,42,170); }
div.DivClassName
{
background-color: #AC2AAA;
}
.BgClassName
{
background-color: #AC2AAA;
}
</style>
border-color css
<style>
span { border-color: #AC2AAA; }
span { border-color: rgb(172,42,170); }
td.TdClassName
{
border-color: #AC2AAA;
}
.TagClassName
{
border-color: #AC2AAA;
}
</style>