Shades of Dark Orchid #AC20BC
Tints of Dark Orchid #AC20BC
RGB
CMYK
RGB Variations
Color information
#AC20BC (or 0xAC20BC) is known color: Dark Orchid. HEX triplet: AC, 20 and BC. RGB value is (172,32,188). Sum of RGB (Red+Green+Blue) = 172+32+188=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 32 (12.89% from 255 or 8.16% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #AC20BC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC20BC is #53DF43. Grayscale: #5B5B5B. Windows color (decimal): -5496644 or 12329132. OLE color: 12329132.
HSL color Cylindrical-coordinate representation of color #AC20BC: hue angle of 293.85º 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 #AC20BC is Cyan = 0.09, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 32 | 188 | - |
| CMYK | 0.09 | 0.83 | 0 | 0.26 |
| HSL | 293.85º | 0.71% | 0.43% | - |
| HSV(B) | 293.85º | 0.83% | 0.74% | - |
| XYZ | 26.61 | 13.43 | 48.77 | - |
| YUV | 91.64 | 182.38 | 185.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 188 | 0.09 | 0.83 | 0 | 0.26 | 293.85 | 0.71 | 0.43 |
| Hex | AC | 20 | BC | 9 | 53 | 0 | 1A | 126 | 47 | 2B |
| Octal | 254 | 40 | 274 | 11 | 123 | 0 | 32 | 446 | 107 | 53 |
| Binary | 10101100 | 100000 | 10111100 | 1001 | 1010011 | 0 | 11010 | 100100110 | 1000111 | 101011 |
Color Harmonies of #AC20BC
Complementary color
Monochromatic Colors of #AC20BC
Black with #AC20BC
Text Example
Text Example
White with #AC20BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC20BC; }
p { color: rgb(172,32,188); }
H1.HeaderClassName
{
color: #AC20BC;
}
.AnyTagClassName
{
color: #AC20BC;
}
</style>
background-color css
<style>
a { background-color: #AC20BC; }
a { background-color: rgb(172,32,188); }
div.DivClassName
{
background-color: #AC20BC;
}
.BgClassName
{
background-color: #AC20BC;
}
</style>
border-color css
<style>
span { border-color: #AC20BC; }
span { border-color: rgb(172,32,188); }
td.TdClassName
{
border-color: #AC20BC;
}
.TagClassName
{
border-color: #AC20BC;
}
</style>