Shades of Dark Orchid #AC20C7
Tints of Dark Orchid #AC20C7
RGB
CMYK
RGB Variations
Color information
#AC20C7 (or 0xAC20C7) is known color: Dark Orchid. HEX triplet: AC, 20 and C7. RGB value is (172,32,199). Sum of RGB (Red+Green+Blue) = 172+32+199=403 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.68% from 403); Green value is 32 (12.89% from 255 or 7.94% from 403); Blue value is 199 (78.12% from 255 or 49.38% from 403); Max value from RGB is 199 - color contains mainly: blue. Hex color #AC20C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC20C7 is #53DF38. Grayscale: #5C5C5C. Windows color (decimal): -5496633 or 13050028. OLE color: 13050028.
HSL color Cylindrical-coordinate representation of color #AC20C7: hue angle of 290.3º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AC20C7 is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 32 | 199 | - |
| CMYK | 0.14 | 0.84 | 0 | 0.22 |
| HSL | 290.3º | 0.72% | 0.45% | - |
| HSV(B) | 290.3º | 0.84% | 0.78% | - |
| XYZ | 27.84 | 13.93 | 55.25 | - |
| YUV | 92.9 | 187.88 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 199 | 0.14 | 0.84 | 0 | 0.22 | 290.3 | 0.72 | 0.45 |
| Hex | AC | 20 | C7 | E | 54 | 0 | 16 | 122 | 48 | 2D |
| Octal | 254 | 40 | 307 | 16 | 124 | 0 | 26 | 442 | 110 | 55 |
| Binary | 10101100 | 100000 | 11000111 | 1110 | 1010100 | 0 | 10110 | 100100010 | 1001000 | 101101 |
Color Harmonies of #AC20C7
Complementary color
Monochromatic Colors of #AC20C7
Black with #AC20C7
Text Example
Text Example
White with #AC20C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC20C7; }
p { color: rgb(172,32,199); }
H1.HeaderClassName
{
color: #AC20C7;
}
.AnyTagClassName
{
color: #AC20C7;
}
</style>
background-color css
<style>
a { background-color: #AC20C7; }
a { background-color: rgb(172,32,199); }
div.DivClassName
{
background-color: #AC20C7;
}
.BgClassName
{
background-color: #AC20C7;
}
</style>
border-color css
<style>
span { border-color: #AC20C7; }
span { border-color: rgb(172,32,199); }
td.TdClassName
{
border-color: #AC20C7;
}
.TagClassName
{
border-color: #AC20C7;
}
</style>