Shades of Dark Orchid #AC28E5
Tints of Dark Orchid #AC28E5
RGB
CMYK
RGB Variations
Color information
#AC28E5 (or 0xAC28E5) is known color: Dark Orchid. HEX triplet: AC, 28 and E5. RGB value is (172,40,229). Sum of RGB (Red+Green+Blue) = 172+40+229=441 (58% of max value = 765). Red value is 172 (67.58% from 255 or 39.00% from 441); Green value is 40 (16.02% from 255 or 9.07% from 441); Blue value is 229 (89.84% from 255 or 51.93% from 441); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC28E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC28E5 is #53D71A. Grayscale: #646464. Windows color (decimal): -5494555 or 15018156. OLE color: 15018156.
HSL color Cylindrical-coordinate representation of color #AC28E5: hue angle of 281.9º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC28E5 is Cyan = 0.25, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 40 | 229 | - |
| CMYK | 0.25 | 0.83 | 0 | 0.10 |
| HSL | 281.9º | 0.78% | 0.53% | - |
| HSV(B) | 281.9º | 0.83% | 0.9% | - |
| XYZ | 31.91 | 15.95 | 75.52 | - |
| YUV | 101.01 | 200.23 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 229 | 0.25 | 0.83 | 0 | 0.10 | 281.9 | 0.78 | 0.53 |
| Hex | AC | 28 | E5 | 19 | 53 | 0 | A | 11A | 4E | 35 |
| Octal | 254 | 50 | 345 | 31 | 123 | 0 | 12 | 432 | 116 | 65 |
| Binary | 10101100 | 101000 | 11100101 | 11001 | 1010011 | 0 | 1010 | 100011010 | 1001110 | 110101 |
Color Harmonies of #AC28E5
Complementary color
Monochromatic Colors of #AC28E5
Black with #AC28E5
Text Example
Text Example
White with #AC28E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28E5; }
p { color: rgb(172,40,229); }
H1.HeaderClassName
{
color: #AC28E5;
}
.AnyTagClassName
{
color: #AC28E5;
}
</style>
background-color css
<style>
a { background-color: #AC28E5; }
a { background-color: rgb(172,40,229); }
div.DivClassName
{
background-color: #AC28E5;
}
.BgClassName
{
background-color: #AC28E5;
}
</style>
border-color css
<style>
span { border-color: #AC28E5; }
span { border-color: rgb(172,40,229); }
td.TdClassName
{
border-color: #AC28E5;
}
.TagClassName
{
border-color: #AC28E5;
}
</style>