Shades of Dark Orchid #AC20B1
Tints of Dark Orchid #AC20B1
RGB
CMYK
RGB Variations
Color information
#AC20B1 (or 0xAC20B1) is known color: Dark Orchid. HEX triplet: AC, 20 and B1. RGB value is (172,32,177). Sum of RGB (Red+Green+Blue) = 172+32+177=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 177 (69.53% from 255 or 46.46% from 381); Max value from RGB is 177 - color contains mainly: blue. Hex color #AC20B1 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC20B1 is #53DF4E. Grayscale: #595959. Windows color (decimal): -5496655 or 11608236. OLE color: 11608236.
HSL color Cylindrical-coordinate representation of color #AC20B1: hue angle of 297.93º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC20B1 is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 32 | 177 | - |
| CMYK | 0.03 | 0.82 | 0 | 0.31 |
| HSL | 297.93º | 0.69% | 0.41% | - |
| HSV(B) | 297.93º | 0.82% | 0.69% | - |
| XYZ | 25.47 | 12.98 | 42.76 | - |
| YUV | 90.39 | 176.88 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 177 | 0.03 | 0.82 | 0 | 0.31 | 297.93 | 0.69 | 0.41 |
| Hex | AC | 20 | B1 | 3 | 52 | 0 | 1F | 12A | 45 | 29 |
| Octal | 254 | 40 | 261 | 3 | 122 | 0 | 37 | 452 | 105 | 51 |
| Binary | 10101100 | 100000 | 10110001 | 11 | 1010010 | 0 | 11111 | 100101010 | 1000101 | 101001 |
Color Harmonies of #AC20B1
Complementary color
Monochromatic Colors of #AC20B1
Black with #AC20B1
Text Example
Text Example
White with #AC20B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC20B1; }
p { color: rgb(172,32,177); }
H1.HeaderClassName
{
color: #AC20B1;
}
.AnyTagClassName
{
color: #AC20B1;
}
</style>
background-color css
<style>
a { background-color: #AC20B1; }
a { background-color: rgb(172,32,177); }
div.DivClassName
{
background-color: #AC20B1;
}
.BgClassName
{
background-color: #AC20B1;
}
</style>
border-color css
<style>
span { border-color: #AC20B1; }
span { border-color: rgb(172,32,177); }
td.TdClassName
{
border-color: #AC20B1;
}
.TagClassName
{
border-color: #AC20B1;
}
</style>