Shades of Dark Orchid #AC28A9
Tints of Dark Orchid #AC28A9
RGB
CMYK
RGB Variations
Color information
#AC28A9 (or 0xAC28A9) is known color: Dark Orchid. HEX triplet: AC, 28 and A9. RGB value is (172,40,169). Sum of RGB (Red+Green+Blue) = 172+40+169=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 40 (16.02% from 255 or 10.50% from 381); Blue value is 169 (66.41% from 255 or 44.36% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC28A9 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC28A9 is #53D756. Grayscale: #5D5D5D. Windows color (decimal): -5494615 or 11085996. OLE color: 11085996.
HSL color Cylindrical-coordinate representation of color #AC28A9: hue angle of 301.36º 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 #AC28A9 is Cyan = 0, Magento = 0.77, Yellow = 0.02 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 172 | 40 | 169 | - |
| CMYK | 0 | 0.77 | 0.02 | 0.33 |
| HSL | 301.36º | 0.62% | 0.42% | - |
| HSV(B) | 301.36º | 0.77% | 0.67% | - |
| XYZ | 24.93 | 13.15 | 38.76 | - |
| YUV | 94.17 | 170.23 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 169 | 0 | 0.77 | 0.02 | 0.33 | 301.36 | 0.62 | 0.42 |
| Hex | AC | 28 | A9 | 0 | 4D | 2 | 21 | 12D | 3E | 2A |
| Octal | 254 | 50 | 251 | 0 | 115 | 2 | 41 | 455 | 76 | 52 |
| Binary | 10101100 | 101000 | 10101001 | 0 | 1001101 | 10 | 100001 | 100101101 | 111110 | 101010 |
Color Harmonies of #AC28A9
Complementary color
Monochromatic Colors of #AC28A9
Black with #AC28A9
Text Example
Text Example
White with #AC28A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28A9; }
p { color: rgb(172,40,169); }
H1.HeaderClassName
{
color: #AC28A9;
}
.AnyTagClassName
{
color: #AC28A9;
}
</style>
background-color css
<style>
a { background-color: #AC28A9; }
a { background-color: rgb(172,40,169); }
div.DivClassName
{
background-color: #AC28A9;
}
.BgClassName
{
background-color: #AC28A9;
}
</style>
border-color css
<style>
span { border-color: #AC28A9; }
span { border-color: rgb(172,40,169); }
td.TdClassName
{
border-color: #AC28A9;
}
.TagClassName
{
border-color: #AC28A9;
}
</style>