Shades of Dark Orchid #AC26DB
Tints of Dark Orchid #AC26DB
RGB
CMYK
RGB Variations
Color information
#AC26DB (or 0xAC26DB) is known color: Dark Orchid. HEX triplet: AC, 26 and DB. RGB value is (172,38,219). Sum of RGB (Red+Green+Blue) = 172+38+219=429 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.09% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 219 (85.94% from 255 or 51.05% from 429); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC26DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26DB is #53D924. Grayscale: #626262. Windows color (decimal): -5495077 or 14362284. OLE color: 14362284.
HSL color Cylindrical-coordinate representation of color #AC26DB: hue angle of 284.42º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC26DB is Cyan = 0.21, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 38 | 219 | - |
| CMYK | 0.21 | 0.83 | 0 | 0.14 |
| HSL | 284.42º | 0.72% | 0.5% | - |
| HSV(B) | 284.42º | 0.83% | 0.86% | - |
| XYZ | 30.49 | 15.27 | 68.36 | - |
| YUV | 98.7 | 195.89 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 219 | 0.21 | 0.83 | 0 | 0.14 | 284.42 | 0.72 | 0.5 |
| Hex | AC | 26 | DB | 15 | 53 | 0 | E | 11C | 48 | 32 |
| Octal | 254 | 46 | 333 | 25 | 123 | 0 | 16 | 434 | 110 | 62 |
| Binary | 10101100 | 100110 | 11011011 | 10101 | 1010011 | 0 | 1110 | 100011100 | 1001000 | 110010 |
Color Harmonies of #AC26DB
Complementary color
Monochromatic Colors of #AC26DB
Black with #AC26DB
Text Example
Text Example
White with #AC26DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC26DB; }
p { color: rgb(172,38,219); }
H1.HeaderClassName
{
color: #AC26DB;
}
.AnyTagClassName
{
color: #AC26DB;
}
</style>
background-color css
<style>
a { background-color: #AC26DB; }
a { background-color: rgb(172,38,219); }
div.DivClassName
{
background-color: #AC26DB;
}
.BgClassName
{
background-color: #AC26DB;
}
</style>
border-color css
<style>
span { border-color: #AC26DB; }
span { border-color: rgb(172,38,219); }
td.TdClassName
{
border-color: #AC26DB;
}
.TagClassName
{
border-color: #AC26DB;
}
</style>