Shades of Dark Orchid #AC28CE
Tints of Dark Orchid #AC28CE
RGB
CMYK
RGB Variations
Color information
#AC28CE (or 0xAC28CE) is known color: Dark Orchid. HEX triplet: AC, 28 and CE. RGB value is (172,40,206). Sum of RGB (Red+Green+Blue) = 172+40+206=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 40 (16.02% from 255 or 9.57% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #AC28CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28CE is #53D731. Grayscale: #616161. Windows color (decimal): -5494578 or 13510828. OLE color: 13510828.
HSL color Cylindrical-coordinate representation of color #AC28CE: hue angle of 287.71º degrees, saturation: 0.67, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC28CE is Cyan = 0.17, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 40 | 206 | - |
| CMYK | 0.17 | 0.81 | 0 | 0.19 |
| HSL | 287.71º | 0.67% | 0.48% | - |
| HSV(B) | 287.71º | 0.81% | 0.81% | - |
| XYZ | 28.91 | 14.74 | 59.71 | - |
| YUV | 98.39 | 188.73 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 206 | 0.17 | 0.81 | 0 | 0.19 | 287.71 | 0.67 | 0.48 |
| Hex | AC | 28 | CE | 11 | 51 | 0 | 13 | 120 | 43 | 30 |
| Octal | 254 | 50 | 316 | 21 | 121 | 0 | 23 | 440 | 103 | 60 |
| Binary | 10101100 | 101000 | 11001110 | 10001 | 1010001 | 0 | 10011 | 100100000 | 1000011 | 110000 |
Color Harmonies of #AC28CE
Complementary color
Monochromatic Colors of #AC28CE
Black with #AC28CE
Text Example
Text Example
White with #AC28CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28CE; }
p { color: rgb(172,40,206); }
H1.HeaderClassName
{
color: #AC28CE;
}
.AnyTagClassName
{
color: #AC28CE;
}
</style>
background-color css
<style>
a { background-color: #AC28CE; }
a { background-color: rgb(172,40,206); }
div.DivClassName
{
background-color: #AC28CE;
}
.BgClassName
{
background-color: #AC28CE;
}
</style>
border-color css
<style>
span { border-color: #AC28CE; }
span { border-color: rgb(172,40,206); }
td.TdClassName
{
border-color: #AC28CE;
}
.TagClassName
{
border-color: #AC28CE;
}
</style>