Shades of Dark Orchid #AC2ADF
Tints of Dark Orchid #AC2ADF
RGB
CMYK
RGB Variations
Color information
#AC2ADF (or 0xAC2ADF) is known color: Dark Orchid. HEX triplet: AC, 2A and DF. RGB value is (172,42,223). Sum of RGB (Red+Green+Blue) = 172+42+223=437 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.36% from 437); Green value is 42 (16.80% from 255 or 9.61% from 437); Blue value is 223 (87.5% from 255 or 51.03% from 437); Max value from RGB is 223 - color contains mainly: blue. Hex color #AC2ADF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ADF is #53D520. Grayscale: #646464. Windows color (decimal): -5494049 or 14625452. OLE color: 14625452.
HSL color Cylindrical-coordinate representation of color #AC2ADF: hue angle of 283.09º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2ADF is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 42 | 223 | - |
| CMYK | 0.23 | 0.81 | 0 | 0.13 |
| HSL | 283.09º | 0.74% | 0.52% | - |
| HSV(B) | 283.09º | 0.81% | 0.87% | - |
| XYZ | 31.16 | 15.75 | 71.21 | - |
| YUV | 101.5 | 196.57 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 223 | 0.23 | 0.81 | 0 | 0.13 | 283.09 | 0.74 | 0.52 |
| Hex | AC | 2A | DF | 17 | 51 | 0 | D | 11B | 4A | 34 |
| Octal | 254 | 52 | 337 | 27 | 121 | 0 | 15 | 433 | 112 | 64 |
| Binary | 10101100 | 101010 | 11011111 | 10111 | 1010001 | 0 | 1101 | 100011011 | 1001010 | 110100 |
Color Harmonies of #AC2ADF
Complementary color
Monochromatic Colors of #AC2ADF
Black with #AC2ADF
Text Example
Text Example
White with #AC2ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2ADF; }
p { color: rgb(172,42,223); }
H1.HeaderClassName
{
color: #AC2ADF;
}
.AnyTagClassName
{
color: #AC2ADF;
}
</style>
background-color css
<style>
a { background-color: #AC2ADF; }
a { background-color: rgb(172,42,223); }
div.DivClassName
{
background-color: #AC2ADF;
}
.BgClassName
{
background-color: #AC2ADF;
}
</style>
border-color css
<style>
span { border-color: #AC2ADF; }
span { border-color: rgb(172,42,223); }
td.TdClassName
{
border-color: #AC2ADF;
}
.TagClassName
{
border-color: #AC2ADF;
}
</style>