Shades of Dark Orchid #AC20BD
Tints of Dark Orchid #AC20BD
RGB
CMYK
RGB Variations
Color information
#AC20BD (or 0xAC20BD) is known color: Dark Orchid. HEX triplet: AC, 20 and BD. RGB value is (172,32,189). Sum of RGB (Red+Green+Blue) = 172+32+189=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 32 (12.89% from 255 or 8.14% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #AC20BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC20BD is #53DF42. Grayscale: #5B5B5B. Windows color (decimal): -5496643 or 12394668. OLE color: 12394668.
HSL color Cylindrical-coordinate representation of color #AC20BD: hue angle of 293.5º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC20BD is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 32 | 189 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.26 |
| HSL | 293.5º | 0.71% | 0.43% | - |
| HSV(B) | 293.5º | 0.83% | 0.74% | - |
| XYZ | 26.72 | 13.48 | 49.34 | - |
| YUV | 91.76 | 182.88 | 185.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 189 | 0.09 | 0.83 | 0 | 0.26 | 293.5 | 0.71 | 0.43 |
| Hex | AC | 20 | BD | 9 | 53 | 0 | 1A | 126 | 47 | 2B |
| Octal | 254 | 40 | 275 | 11 | 123 | 0 | 32 | 446 | 107 | 53 |
| Binary | 10101100 | 100000 | 10111101 | 1001 | 1010011 | 0 | 11010 | 100100110 | 1000111 | 101011 |
Color Harmonies of #AC20BD
Complementary color
Monochromatic Colors of #AC20BD
Black with #AC20BD
Text Example
Text Example
White with #AC20BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC20BD; }
p { color: rgb(172,32,189); }
H1.HeaderClassName
{
color: #AC20BD;
}
.AnyTagClassName
{
color: #AC20BD;
}
</style>
background-color css
<style>
a { background-color: #AC20BD; }
a { background-color: rgb(172,32,189); }
div.DivClassName
{
background-color: #AC20BD;
}
.BgClassName
{
background-color: #AC20BD;
}
</style>
border-color css
<style>
span { border-color: #AC20BD; }
span { border-color: rgb(172,32,189); }
td.TdClassName
{
border-color: #AC20BD;
}
.TagClassName
{
border-color: #AC20BD;
}
</style>