Shades of Dark Orchid #AC28AB
Tints of Dark Orchid #AC28AB
RGB
CMYK
RGB Variations
Color information
#AC28AB (or 0xAC28AB) is known color: Dark Orchid. HEX triplet: AC, 28 and AB. RGB value is (172,40,171). Sum of RGB (Red+Green+Blue) = 172+40+171=383 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.91% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 172 - color contains mainly: red. Hex color #AC28AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC28AB is #53D754. Grayscale: #5E5E5E. Windows color (decimal): -5494613 or 11217068. OLE color: 11217068.
HSL color Cylindrical-coordinate representation of color #AC28AB: hue angle of 300.45º 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 #AC28AB is Cyan = 0, Magento = 0.77, Yellow = 0.01 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 171 | - |
| CMYK | 0 | 0.77 | 0.01 | 0.33 |
| HSL | 300.45º | 0.62% | 0.42% | - |
| HSV(B) | 300.45º | 0.77% | 0.67% | - |
| XYZ | 25.12 | 13.23 | 39.76 | - |
| YUV | 94.4 | 171.23 | 183.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 171 | 0 | 0.77 | 0.01 | 0.33 | 300.45 | 0.62 | 0.42 |
| Hex | AC | 28 | AB | 0 | 4D | 1 | 21 | 12C | 3E | 2A |
| Octal | 254 | 50 | 253 | 0 | 115 | 1 | 41 | 454 | 76 | 52 |
| Binary | 10101100 | 101000 | 10101011 | 0 | 1001101 | 1 | 100001 | 100101100 | 111110 | 101010 |
Color Harmonies of #AC28AB
Complementary color
Monochromatic Colors of #AC28AB
Black with #AC28AB
Text Example
Text Example
White with #AC28AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28AB; }
p { color: rgb(172,40,171); }
H1.HeaderClassName
{
color: #AC28AB;
}
.AnyTagClassName
{
color: #AC28AB;
}
</style>
background-color css
<style>
a { background-color: #AC28AB; }
a { background-color: rgb(172,40,171); }
div.DivClassName
{
background-color: #AC28AB;
}
.BgClassName
{
background-color: #AC28AB;
}
</style>
border-color css
<style>
span { border-color: #AC28AB; }
span { border-color: rgb(172,40,171); }
td.TdClassName
{
border-color: #AC28AB;
}
.TagClassName
{
border-color: #AC28AB;
}
</style>