Shades of Dark Orchid #AC1ADB
Tints of Dark Orchid #AC1ADB
RGB
CMYK
RGB Variations
Color information
#AC1ADB (or 0xAC1ADB) is known color: Dark Orchid. HEX triplet: AC, 1A and DB. RGB value is (172,26,219). Sum of RGB (Red+Green+Blue) = 172+26+219=417 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.25% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 219 (85.94% from 255 or 52.52% from 417); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC1ADB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1ADB is #53E524. Grayscale: #5B5B5B. Windows color (decimal): -5498149 or 14359212. OLE color: 14359212.
HSL color Cylindrical-coordinate representation of color #AC1ADB: hue angle of 285.39º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1ADB is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 26 | 219 | - |
| CMYK | 0.21 | 0.88 | 0 | 0.14 |
| HSL | 285.39º | 0.79% | 0.48% | - |
| HSV(B) | 285.39º | 0.88% | 0.86% | - |
| XYZ | 30.17 | 14.62 | 68.25 | - |
| YUV | 91.66 | 199.87 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 26 | 219 | 0.21 | 0.88 | 0 | 0.14 | 285.39 | 0.79 | 0.48 |
| Hex | AC | 1A | DB | 15 | 58 | 0 | E | 11D | 4F | 30 |
| Octal | 254 | 32 | 333 | 25 | 130 | 0 | 16 | 435 | 117 | 60 |
| Binary | 10101100 | 11010 | 11011011 | 10101 | 1011000 | 0 | 1110 | 100011101 | 1001111 | 110000 |
Color Harmonies of #AC1ADB
Complementary color
Monochromatic Colors of #AC1ADB
Black with #AC1ADB
Text Example
Text Example
White with #AC1ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1ADB; }
p { color: rgb(172,26,219); }
H1.HeaderClassName
{
color: #AC1ADB;
}
.AnyTagClassName
{
color: #AC1ADB;
}
</style>
background-color css
<style>
a { background-color: #AC1ADB; }
a { background-color: rgb(172,26,219); }
div.DivClassName
{
background-color: #AC1ADB;
}
.BgClassName
{
background-color: #AC1ADB;
}
</style>
border-color css
<style>
span { border-color: #AC1ADB; }
span { border-color: rgb(172,26,219); }
td.TdClassName
{
border-color: #AC1ADB;
}
.TagClassName
{
border-color: #AC1ADB;
}
</style>