Shades of Dark Orchid #AC20BA
Tints of Dark Orchid #AC20BA
RGB
CMYK
RGB Variations
Color information
#AC20BA (or 0xAC20BA) is known color: Dark Orchid. HEX triplet: AC, 20 and BA. RGB value is (172,32,186). Sum of RGB (Red+Green+Blue) = 172+32+186=390 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.10% from 390); Green value is 32 (12.89% from 255 or 8.21% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #AC20BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC20BA is #53DF45. Grayscale: #5A5A5A. Windows color (decimal): -5496646 or 12198060. OLE color: 12198060.
HSL color Cylindrical-coordinate representation of color #AC20BA: hue angle of 294.55º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC20BA is Cyan = 0.08, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 172 | 32 | 186 | - |
| CMYK | 0.08 | 0.83 | 0 | 0.27 |
| HSL | 294.55º | 0.71% | 0.43% | - |
| HSV(B) | 294.55º | 0.83% | 0.73% | - |
| XYZ | 26.39 | 13.35 | 47.64 | - |
| YUV | 91.42 | 181.38 | 185.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 186 | 0.08 | 0.83 | 0 | 0.27 | 294.55 | 0.71 | 0.43 |
| Hex | AC | 20 | BA | 8 | 53 | 0 | 1B | 127 | 47 | 2B |
| Octal | 254 | 40 | 272 | 10 | 123 | 0 | 33 | 447 | 107 | 53 |
| Binary | 10101100 | 100000 | 10111010 | 1000 | 1010011 | 0 | 11011 | 100100111 | 1000111 | 101011 |
Color Harmonies of #AC20BA
Complementary color
Monochromatic Colors of #AC20BA
Black with #AC20BA
Text Example
Text Example
White with #AC20BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC20BA; }
p { color: rgb(172,32,186); }
H1.HeaderClassName
{
color: #AC20BA;
}
.AnyTagClassName
{
color: #AC20BA;
}
</style>
background-color css
<style>
a { background-color: #AC20BA; }
a { background-color: rgb(172,32,186); }
div.DivClassName
{
background-color: #AC20BA;
}
.BgClassName
{
background-color: #AC20BA;
}
</style>
border-color css
<style>
span { border-color: #AC20BA; }
span { border-color: rgb(172,32,186); }
td.TdClassName
{
border-color: #AC20BA;
}
.TagClassName
{
border-color: #AC20BA;
}
</style>