Shades of Dark Orchid #AC28C8
Tints of Dark Orchid #AC28C8
RGB
CMYK
RGB Variations
Color information
#AC28C8 (or 0xAC28C8) is known color: Dark Orchid. HEX triplet: AC, 28 and C8. RGB value is (172,40,200). Sum of RGB (Red+Green+Blue) = 172+40+200=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 40 (16.02% from 255 or 9.71% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC28C8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28C8 is #53D737. Grayscale: #616161. Windows color (decimal): -5494584 or 13117612. OLE color: 13117612.
HSL color Cylindrical-coordinate representation of color #AC28C8: hue angle of 289.5º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC28C8 is Cyan = 0.14, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 40 | 200 | - |
| CMYK | 0.14 | 0.8 | 0 | 0.22 |
| HSL | 289.5º | 0.67% | 0.47% | - |
| HSV(B) | 289.5º | 0.8% | 0.78% | - |
| XYZ | 28.2 | 14.46 | 55.95 | - |
| YUV | 97.71 | 185.73 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 200 | 0.14 | 0.8 | 0 | 0.22 | 289.5 | 0.67 | 0.47 |
| Hex | AC | 28 | C8 | E | 50 | 0 | 16 | 122 | 43 | 2F |
| Octal | 254 | 50 | 310 | 16 | 120 | 0 | 26 | 442 | 103 | 57 |
| Binary | 10101100 | 101000 | 11001000 | 1110 | 1010000 | 0 | 10110 | 100100010 | 1000011 | 101111 |
Color Harmonies of #AC28C8
Complementary color
Monochromatic Colors of #AC28C8
Black with #AC28C8
Text Example
Text Example
White with #AC28C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28C8; }
p { color: rgb(172,40,200); }
H1.HeaderClassName
{
color: #AC28C8;
}
.AnyTagClassName
{
color: #AC28C8;
}
</style>
background-color css
<style>
a { background-color: #AC28C8; }
a { background-color: rgb(172,40,200); }
div.DivClassName
{
background-color: #AC28C8;
}
.BgClassName
{
background-color: #AC28C8;
}
</style>
border-color css
<style>
span { border-color: #AC28C8; }
span { border-color: rgb(172,40,200); }
td.TdClassName
{
border-color: #AC28C8;
}
.TagClassName
{
border-color: #AC28C8;
}
</style>