Shades of Dark Orchid #AC28E7
Tints of Dark Orchid #AC28E7
RGB
CMYK
RGB Variations
Color information
#AC28E7 (or 0xAC28E7) is known color: Dark Orchid. HEX triplet: AC, 28 and E7. RGB value is (172,40,231). Sum of RGB (Red+Green+Blue) = 172+40+231=443 (58% of max value = 765). Red value is 172 (67.58% from 255 or 38.83% from 443); Green value is 40 (16.02% from 255 or 9.03% from 443); Blue value is 231 (90.62% from 255 or 52.14% from 443); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC28E7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC28E7 is #53D718. Grayscale: #646464. Windows color (decimal): -5494553 or 15149228. OLE color: 15149228.
HSL color Cylindrical-coordinate representation of color #AC28E7: hue angle of 281.47º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC28E7 is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 40 | 231 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.09 |
| HSL | 281.47º | 0.8% | 0.53% | - |
| HSV(B) | 281.47º | 0.83% | 0.91% | - |
| XYZ | 32.2 | 16.06 | 77 | - |
| YUV | 101.24 | 201.23 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 231 | 0.26 | 0.83 | 0 | 0.09 | 281.47 | 0.8 | 0.53 |
| Hex | AC | 28 | E7 | 1A | 53 | 0 | 9 | 119 | 50 | 35 |
| Octal | 254 | 50 | 347 | 32 | 123 | 0 | 11 | 431 | 120 | 65 |
| Binary | 10101100 | 101000 | 11100111 | 11010 | 1010011 | 0 | 1001 | 100011001 | 1010000 | 110101 |
Color Harmonies of #AC28E7
Complementary color
Monochromatic Colors of #AC28E7
Black with #AC28E7
Text Example
Text Example
White with #AC28E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28E7; }
p { color: rgb(172,40,231); }
H1.HeaderClassName
{
color: #AC28E7;
}
.AnyTagClassName
{
color: #AC28E7;
}
</style>
background-color css
<style>
a { background-color: #AC28E7; }
a { background-color: rgb(172,40,231); }
div.DivClassName
{
background-color: #AC28E7;
}
.BgClassName
{
background-color: #AC28E7;
}
</style>
border-color css
<style>
span { border-color: #AC28E7; }
span { border-color: rgb(172,40,231); }
td.TdClassName
{
border-color: #AC28E7;
}
.TagClassName
{
border-color: #AC28E7;
}
</style>