Shades of Dark Orchid #AC20AF
Tints of Dark Orchid #AC20AF
RGB
CMYK
RGB Variations
Color information
#AC20AF (or 0xAC20AF) is known color: Dark Orchid. HEX triplet: AC, 20 and AF. RGB value is (172,32,175). Sum of RGB (Red+Green+Blue) = 172+32+175=379 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.38% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 175 (68.75% from 255 or 46.17% from 379); Max value from RGB is 175 - color contains mainly: blue. Hex color #AC20AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC20AF is #53DF50. Grayscale: #595959. Windows color (decimal): -5496657 or 11477164. OLE color: 11477164.
HSL color Cylindrical-coordinate representation of color #AC20AF: hue angle of 298.74º 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 #AC20AF is Cyan = 0.02, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 172 | 32 | 175 | - |
| CMYK | 0.02 | 0.82 | 0 | 0.31 |
| HSL | 298.74º | 0.69% | 0.41% | - |
| HSV(B) | 298.74º | 0.82% | 0.69% | - |
| XYZ | 25.27 | 12.9 | 41.72 | - |
| YUV | 90.16 | 175.88 | 186.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 32 | 175 | 0.02 | 0.82 | 0 | 0.31 | 298.74 | 0.69 | 0.41 |
| Hex | AC | 20 | AF | 2 | 52 | 0 | 1F | 12B | 45 | 29 |
| Octal | 254 | 40 | 257 | 2 | 122 | 0 | 37 | 453 | 105 | 51 |
| Binary | 10101100 | 100000 | 10101111 | 10 | 1010010 | 0 | 11111 | 100101011 | 1000101 | 101001 |
Color Harmonies of #AC20AF
Complementary color
Monochromatic Colors of #AC20AF
Black with #AC20AF
Text Example
Text Example
White with #AC20AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC20AF; }
p { color: rgb(172,32,175); }
H1.HeaderClassName
{
color: #AC20AF;
}
.AnyTagClassName
{
color: #AC20AF;
}
</style>
background-color css
<style>
a { background-color: #AC20AF; }
a { background-color: rgb(172,32,175); }
div.DivClassName
{
background-color: #AC20AF;
}
.BgClassName
{
background-color: #AC20AF;
}
</style>
border-color css
<style>
span { border-color: #AC20AF; }
span { border-color: rgb(172,32,175); }
td.TdClassName
{
border-color: #AC20AF;
}
.TagClassName
{
border-color: #AC20AF;
}
</style>