Shades of Dark Orchid #AC26C6
Tints of Dark Orchid #AC26C6
RGB
CMYK
RGB Variations
Color information
#AC26C6 (or 0xAC26C6) is known color: Dark Orchid. HEX triplet: AC, 26 and C6. RGB value is (172,38,198). Sum of RGB (Red+Green+Blue) = 172+38+198=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 38 (15.23% from 255 or 9.31% from 408); Blue value is 198 (77.73% from 255 or 48.53% from 408); Max value from RGB is 198 - color contains mainly: blue. Hex color #AC26C6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC26C6 is #53D939. Grayscale: #5F5F5F. Windows color (decimal): -5495098 or 12986028. OLE color: 12986028.
HSL color Cylindrical-coordinate representation of color #AC26C6: hue angle of 290.25º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC26C6 is Cyan = 0.13, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 38 | 198 | - |
| CMYK | 0.13 | 0.81 | 0 | 0.22 |
| HSL | 290.25º | 0.68% | 0.46% | - |
| HSV(B) | 290.25º | 0.81% | 0.78% | - |
| XYZ | 27.9 | 14.23 | 54.7 | - |
| YUV | 96.31 | 185.39 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 198 | 0.13 | 0.81 | 0 | 0.22 | 290.25 | 0.68 | 0.46 |
| Hex | AC | 26 | C6 | D | 51 | 0 | 16 | 122 | 44 | 2E |
| Octal | 254 | 46 | 306 | 15 | 121 | 0 | 26 | 442 | 104 | 56 |
| Binary | 10101100 | 100110 | 11000110 | 1101 | 1010001 | 0 | 10110 | 100100010 | 1000100 | 101110 |
Color Harmonies of #AC26C6
Complementary color
Monochromatic Colors of #AC26C6
Black with #AC26C6
Text Example
Text Example
White with #AC26C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC26C6; }
p { color: rgb(172,38,198); }
H1.HeaderClassName
{
color: #AC26C6;
}
.AnyTagClassName
{
color: #AC26C6;
}
</style>
background-color css
<style>
a { background-color: #AC26C6; }
a { background-color: rgb(172,38,198); }
div.DivClassName
{
background-color: #AC26C6;
}
.BgClassName
{
background-color: #AC26C6;
}
</style>
border-color css
<style>
span { border-color: #AC26C6; }
span { border-color: rgb(172,38,198); }
td.TdClassName
{
border-color: #AC26C6;
}
.TagClassName
{
border-color: #AC26C6;
}
</style>