Shades of Dark Orchid #AC2ABA
Tints of Dark Orchid #AC2ABA
RGB
CMYK
RGB Variations
Color information
#AC2ABA (or 0xAC2ABA) is known color: Dark Orchid. HEX triplet: AC, 2A and BA. RGB value is (172,42,186). Sum of RGB (Red+Green+Blue) = 172+42+186=400 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43% from 400); Green value is 42 (16.80% from 255 or 10.5% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC2ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ABA is #53D545. Grayscale: #606060. Windows color (decimal): -5494086 or 12200620. OLE color: 12200620.
HSL color Cylindrical-coordinate representation of color #AC2ABA: hue angle of 294.17º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC2ABA is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 42 | 186 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.27 |
| HSL | 294.17º | 0.63% | 0.45% | - |
| HSV(B) | 294.17º | 0.77% | 0.73% | - |
| XYZ | 26.7 | 13.97 | 47.74 | - |
| YUV | 97.29 | 178.07 | 181.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 186 | 0.08 | 0.77 | 0 | 0.27 | 294.17 | 0.63 | 0.45 |
| Hex | AC | 2A | BA | 8 | 4D | 0 | 1B | 126 | 3F | 2D |
| Octal | 254 | 52 | 272 | 10 | 115 | 0 | 33 | 446 | 77 | 55 |
| Binary | 10101100 | 101010 | 10111010 | 1000 | 1001101 | 0 | 11011 | 100100110 | 111111 | 101101 |
Color Harmonies of #AC2ABA
Complementary color
Monochromatic Colors of #AC2ABA
Black with #AC2ABA
Text Example
Text Example
White with #AC2ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2ABA; }
p { color: rgb(172,42,186); }
H1.HeaderClassName
{
color: #AC2ABA;
}
.AnyTagClassName
{
color: #AC2ABA;
}
</style>
background-color css
<style>
a { background-color: #AC2ABA; }
a { background-color: rgb(172,42,186); }
div.DivClassName
{
background-color: #AC2ABA;
}
.BgClassName
{
background-color: #AC2ABA;
}
</style>
border-color css
<style>
span { border-color: #AC2ABA; }
span { border-color: rgb(172,42,186); }
td.TdClassName
{
border-color: #AC2ABA;
}
.TagClassName
{
border-color: #AC2ABA;
}
</style>