Shades of Dark Orchid #AC2ADB
Tints of Dark Orchid #AC2ADB
RGB
CMYK
RGB Variations
Color information
#AC2ADB (or 0xAC2ADB) is known color: Dark Orchid. HEX triplet: AC, 2A and DB. RGB value is (172,42,219). Sum of RGB (Red+Green+Blue) = 172+42+219=433 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.72% from 433); Green value is 42 (16.80% from 255 or 9.70% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC2ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC2ADB is #53D524. Grayscale: #646464. Windows color (decimal): -5494053 or 14363308. OLE color: 14363308.
HSL color Cylindrical-coordinate representation of color #AC2ADB: hue angle of 284.07º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2ADB is Cyan = 0.21, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 42 | 219 | - |
| CMYK | 0.21 | 0.81 | 0 | 0.14 |
| HSL | 284.07º | 0.71% | 0.51% | - |
| HSV(B) | 284.07º | 0.81% | 0.86% | - |
| XYZ | 30.63 | 15.54 | 68.4 | - |
| YUV | 101.05 | 194.57 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 42 | 219 | 0.21 | 0.81 | 0 | 0.14 | 284.07 | 0.71 | 0.51 |
| Hex | AC | 2A | DB | 15 | 51 | 0 | E | 11C | 47 | 33 |
| Octal | 254 | 52 | 333 | 25 | 121 | 0 | 16 | 434 | 107 | 63 |
| Binary | 10101100 | 101010 | 11011011 | 10101 | 1010001 | 0 | 1110 | 100011100 | 1000111 | 110011 |
Color Harmonies of #AC2ADB
Complementary color
Monochromatic Colors of #AC2ADB
Black with #AC2ADB
Text Example
Text Example
White with #AC2ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC2ADB; }
p { color: rgb(172,42,219); }
H1.HeaderClassName
{
color: #AC2ADB;
}
.AnyTagClassName
{
color: #AC2ADB;
}
</style>
background-color css
<style>
a { background-color: #AC2ADB; }
a { background-color: rgb(172,42,219); }
div.DivClassName
{
background-color: #AC2ADB;
}
.BgClassName
{
background-color: #AC2ADB;
}
</style>
border-color css
<style>
span { border-color: #AC2ADB; }
span { border-color: rgb(172,42,219); }
td.TdClassName
{
border-color: #AC2ADB;
}
.TagClassName
{
border-color: #AC2ADB;
}
</style>