Shades of Dark Orchid #AC2FDC
Tints of Dark Orchid #AC2FDC
RGB
CMYK
RGB Variations
Color information
#AC2FDC (or 0xAC2FDC) is known color: Dark Orchid. HEX triplet: AC, 2F and DC. RGB value is (172,47,220). Sum of RGB (Red+Green+Blue) = 172+47+220=439 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.18% from 439); Green value is 47 (18.75% from 255 or 10.71% from 439); Blue value is 220 (86.33% from 255 or 50.11% from 439); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC2FDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2FDC is #53D023. Grayscale: #676767. Windows color (decimal): -5492772 or 14430124. OLE color: 14430124.
HSL color Cylindrical-coordinate representation of color #AC2FDC: hue angle of 283.35º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AC2FDC is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 47 | 220 | - |
| CMYK | 0.22 | 0.79 | 0 | 0.14 |
| HSL | 283.35º | 0.71% | 0.52% | - |
| HSV(B) | 283.35º | 0.79% | 0.86% | - |
| XYZ | 30.95 | 15.97 | 69.16 | - |
| YUV | 104.1 | 193.41 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 47 | 220 | 0.22 | 0.79 | 0 | 0.14 | 283.35 | 0.71 | 0.52 |
| Hex | AC | 2F | DC | 16 | 4F | 0 | E | 11B | 47 | 34 |
| Octal | 254 | 57 | 334 | 26 | 117 | 0 | 16 | 433 | 107 | 64 |
| Binary | 10101100 | 101111 | 11011100 | 10110 | 1001111 | 0 | 1110 | 100011011 | 1000111 | 110100 |
Color Harmonies of #AC2FDC
Complementary color
Monochromatic Colors of #AC2FDC
Black with #AC2FDC
Text Example
Text Example
White with #AC2FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2FDC; }
p { color: rgb(172,47,220); }
H1.HeaderClassName
{
color: #AC2FDC;
}
.AnyTagClassName
{
color: #AC2FDC;
}
</style>
background-color css
<style>
a { background-color: #AC2FDC; }
a { background-color: rgb(172,47,220); }
div.DivClassName
{
background-color: #AC2FDC;
}
.BgClassName
{
background-color: #AC2FDC;
}
</style>
border-color css
<style>
span { border-color: #AC2FDC; }
span { border-color: rgb(172,47,220); }
td.TdClassName
{
border-color: #AC2FDC;
}
.TagClassName
{
border-color: #AC2FDC;
}
</style>