Shades of Dark Orchid #AC26DC
Tints of Dark Orchid #AC26DC
RGB
CMYK
RGB Variations
Color information
#AC26DC (or 0xAC26DC) is known color: Dark Orchid. HEX triplet: AC, 26 and DC. RGB value is (172,38,220). Sum of RGB (Red+Green+Blue) = 172+38+220=430 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40% from 430); Green value is 38 (15.23% from 255 or 8.84% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #AC26DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26DC is #53D923. Grayscale: #626262. Windows color (decimal): -5495076 or 14427820. OLE color: 14427820.
HSL color Cylindrical-coordinate representation of color #AC26DC: hue angle of 284.18º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC26DC is Cyan = 0.22, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 38 | 220 | - |
| CMYK | 0.22 | 0.83 | 0 | 0.14 |
| HSL | 284.18º | 0.72% | 0.51% | - |
| HSV(B) | 284.18º | 0.83% | 0.86% | - |
| XYZ | 30.62 | 15.32 | 69.05 | - |
| YUV | 98.81 | 196.39 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 220 | 0.22 | 0.83 | 0 | 0.14 | 284.18 | 0.72 | 0.51 |
| Hex | AC | 26 | DC | 16 | 53 | 0 | E | 11C | 48 | 33 |
| Octal | 254 | 46 | 334 | 26 | 123 | 0 | 16 | 434 | 110 | 63 |
| Binary | 10101100 | 100110 | 11011100 | 10110 | 1010011 | 0 | 1110 | 100011100 | 1001000 | 110011 |
Color Harmonies of #AC26DC
Complementary color
Monochromatic Colors of #AC26DC
Black with #AC26DC
Text Example
Text Example
White with #AC26DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC26DC; }
p { color: rgb(172,38,220); }
H1.HeaderClassName
{
color: #AC26DC;
}
.AnyTagClassName
{
color: #AC26DC;
}
</style>
background-color css
<style>
a { background-color: #AC26DC; }
a { background-color: rgb(172,38,220); }
div.DivClassName
{
background-color: #AC26DC;
}
.BgClassName
{
background-color: #AC26DC;
}
</style>
border-color css
<style>
span { border-color: #AC26DC; }
span { border-color: rgb(172,38,220); }
td.TdClassName
{
border-color: #AC26DC;
}
.TagClassName
{
border-color: #AC26DC;
}
</style>