Shades of Dark Orchid #AC26AD
Tints of Dark Orchid #AC26AD
RGB
CMYK
RGB Variations
Color information
#AC26AD (or 0xAC26AD) is known color: Dark Orchid. HEX triplet: AC, 26 and AD. RGB value is (172,38,173). Sum of RGB (Red+Green+Blue) = 172+38+173=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 38 (15.23% from 255 or 9.92% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #AC26AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC26AD is #53D952. Grayscale: #5D5D5D. Windows color (decimal): -5495123 or 11347628. OLE color: 11347628.
HSL color Cylindrical-coordinate representation of color #AC26AD: hue angle of 299.56º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC26AD is Cyan = 0.01, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 172 | 38 | 173 | - |
| CMYK | 0.01 | 0.78 | 0 | 0.32 |
| HSL | 299.56º | 0.64% | 0.41% | - |
| HSV(B) | 299.56º | 0.78% | 0.68% | - |
| XYZ | 25.25 | 13.17 | 40.75 | - |
| YUV | 93.46 | 172.89 | 184.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 38 | 173 | 0.01 | 0.78 | 0 | 0.32 | 299.56 | 0.64 | 0.41 |
| Hex | AC | 26 | AD | 1 | 4E | 0 | 20 | 12C | 40 | 29 |
| Octal | 254 | 46 | 255 | 1 | 116 | 0 | 40 | 454 | 100 | 51 |
| Binary | 10101100 | 100110 | 10101101 | 1 | 1001110 | 0 | 100000 | 100101100 | 1000000 | 101001 |
Color Harmonies of #AC26AD
Complementary color
Monochromatic Colors of #AC26AD
Black with #AC26AD
Text Example
Text Example
White with #AC26AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC26AD; }
p { color: rgb(172,38,173); }
H1.HeaderClassName
{
color: #AC26AD;
}
.AnyTagClassName
{
color: #AC26AD;
}
</style>
background-color css
<style>
a { background-color: #AC26AD; }
a { background-color: rgb(172,38,173); }
div.DivClassName
{
background-color: #AC26AD;
}
.BgClassName
{
background-color: #AC26AD;
}
</style>
border-color css
<style>
span { border-color: #AC26AD; }
span { border-color: rgb(172,38,173); }
td.TdClassName
{
border-color: #AC26AD;
}
.TagClassName
{
border-color: #AC26AD;
}
</style>