Shades of Dark Orchid #AC28D7
Tints of Dark Orchid #AC28D7
RGB
CMYK
RGB Variations
Color information
#AC28D7 (or 0xAC28D7) is known color: Dark Orchid. HEX triplet: AC, 28 and D7. RGB value is (172,40,215). Sum of RGB (Red+Green+Blue) = 172+40+215=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 40 (16.02% from 255 or 9.37% from 427); Blue value is 215 (84.38% from 255 or 50.35% from 427); Max value from RGB is 215 - color contains mainly: blue. Hex color #AC28D7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28D7 is #53D728. Grayscale: #626262. Windows color (decimal): -5494569 or 14100652. OLE color: 14100652.
HSL color Cylindrical-coordinate representation of color #AC28D7: hue angle of 285.26º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC28D7 is Cyan = 0.2, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 40 | 215 | - |
| CMYK | 0.2 | 0.81 | 0 | 0.16 |
| HSL | 285.26º | 0.69% | 0.5% | - |
| HSV(B) | 285.26º | 0.81% | 0.84% | - |
| XYZ | 30.04 | 15.19 | 65.64 | - |
| YUV | 99.42 | 193.23 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 215 | 0.2 | 0.81 | 0 | 0.16 | 285.26 | 0.69 | 0.5 |
| Hex | AC | 28 | D7 | 14 | 51 | 0 | 10 | 11D | 45 | 32 |
| Octal | 254 | 50 | 327 | 24 | 121 | 0 | 20 | 435 | 105 | 62 |
| Binary | 10101100 | 101000 | 11010111 | 10100 | 1010001 | 0 | 10000 | 100011101 | 1000101 | 110010 |
Color Harmonies of #AC28D7
Complementary color
Monochromatic Colors of #AC28D7
Black with #AC28D7
Text Example
Text Example
White with #AC28D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28D7; }
p { color: rgb(172,40,215); }
H1.HeaderClassName
{
color: #AC28D7;
}
.AnyTagClassName
{
color: #AC28D7;
}
</style>
background-color css
<style>
a { background-color: #AC28D7; }
a { background-color: rgb(172,40,215); }
div.DivClassName
{
background-color: #AC28D7;
}
.BgClassName
{
background-color: #AC28D7;
}
</style>
border-color css
<style>
span { border-color: #AC28D7; }
span { border-color: rgb(172,40,215); }
td.TdClassName
{
border-color: #AC28D7;
}
.TagClassName
{
border-color: #AC28D7;
}
</style>