Shades of Dark Orchid #AC28AC
Tints of Dark Orchid #AC28AC
RGB
CMYK
RGB Variations
Color information
#AC28AC (or 0xAC28AC) is known color: Dark Orchid. HEX triplet: AC, 28 and AC. RGB value is (172,40,172). Sum of RGB (Red+Green+Blue) = 172+40+172=384 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.79% from 384); Green value is 40 (16.02% from 255 or 10.42% from 384); Blue value is 172 (67.58% from 255 or 44.79% from 384); Max value from RGB is 172 - color contains mainly: red, blue. Hex color #AC28AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC28AC is #53D753. Grayscale: #5E5E5E. Windows color (decimal): -5494612 or 11282604. OLE color: 11282604.
HSL color Cylindrical-coordinate representation of color #AC28AC: hue angle of 300º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC28AC is Cyan = 0, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 172 | - |
| CMYK | 0 | 0.77 | 0 | 0.33 |
| HSL | 300º | 0.62% | 0.42% | - |
| HSV(B) | 300º | 0.77% | 0.67% | - |
| XYZ | 25.22 | 13.27 | 40.26 | - |
| YUV | 94.52 | 171.73 | 183.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 172 | 0 | 0.77 | 0 | 0.33 | 300 | 0.62 | 0.42 |
| Hex | AC | 28 | AC | 0 | 4D | 0 | 21 | 12C | 3E | 2A |
| Octal | 254 | 50 | 254 | 0 | 115 | 0 | 41 | 454 | 76 | 52 |
| Binary | 10101100 | 101000 | 10101100 | 0 | 1001101 | 0 | 100001 | 100101100 | 111110 | 101010 |
Color Harmonies of #AC28AC
Complementary color
Monochromatic Colors of #AC28AC
Black with #AC28AC
Text Example
Text Example
White with #AC28AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28AC; }
p { color: rgb(172,40,172); }
H1.HeaderClassName
{
color: #AC28AC;
}
.AnyTagClassName
{
color: #AC28AC;
}
</style>
background-color css
<style>
a { background-color: #AC28AC; }
a { background-color: rgb(172,40,172); }
div.DivClassName
{
background-color: #AC28AC;
}
.BgClassName
{
background-color: #AC28AC;
}
</style>
border-color css
<style>
span { border-color: #AC28AC; }
span { border-color: rgb(172,40,172); }
td.TdClassName
{
border-color: #AC28AC;
}
.TagClassName
{
border-color: #AC28AC;
}
</style>