Shades of Dark Orchid #AC2ADA
Tints of Dark Orchid #AC2ADA
RGB
CMYK
RGB Variations
Color information
#AC2ADA (or 0xAC2ADA) is known color: Dark Orchid. HEX triplet: AC, 2A and DA. RGB value is (172,42,218). Sum of RGB (Red+Green+Blue) = 172+42+218=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 42 (16.80% from 255 or 9.72% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #AC2ADA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ADA is #53D525. Grayscale: #646464. Windows color (decimal): -5494054 or 14297772. OLE color: 14297772.
HSL color Cylindrical-coordinate representation of color #AC2ADA: hue angle of 284.32º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2ADA is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 172 | 42 | 218 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.15 |
| HSL | 284.32º | 0.7% | 0.51% | - |
| HSV(B) | 284.32º | 0.81% | 0.85% | - |
| XYZ | 30.5 | 15.49 | 67.71 | - |
| YUV | 100.93 | 194.07 | 178.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 218 | 0.21 | 0.81 | 0 | 0.15 | 284.32 | 0.7 | 0.51 |
| Hex | AC | 2A | DA | 15 | 51 | 0 | F | 11C | 46 | 33 |
| Octal | 254 | 52 | 332 | 25 | 121 | 0 | 17 | 434 | 106 | 63 |
| Binary | 10101100 | 101010 | 11011010 | 10101 | 1010001 | 0 | 1111 | 100011100 | 1000110 | 110011 |
Color Harmonies of #AC2ADA
Complementary color
Monochromatic Colors of #AC2ADA
Black with #AC2ADA
Text Example
Text Example
White with #AC2ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2ADA; }
p { color: rgb(172,42,218); }
H1.HeaderClassName
{
color: #AC2ADA;
}
.AnyTagClassName
{
color: #AC2ADA;
}
</style>
background-color css
<style>
a { background-color: #AC2ADA; }
a { background-color: rgb(172,42,218); }
div.DivClassName
{
background-color: #AC2ADA;
}
.BgClassName
{
background-color: #AC2ADA;
}
</style>
border-color css
<style>
span { border-color: #AC2ADA; }
span { border-color: rgb(172,42,218); }
td.TdClassName
{
border-color: #AC2ADA;
}
.TagClassName
{
border-color: #AC2ADA;
}
</style>