Shades of Dark Orchid #AC28EA
Tints of Dark Orchid #AC28EA
RGB
CMYK
RGB Variations
Color information
#AC28EA (or 0xAC28EA) is known color: Dark Orchid. HEX triplet: AC, 28 and EA. RGB value is (172,40,234). Sum of RGB (Red+Green+Blue) = 172+40+234=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 40 (16.02% from 255 or 8.97% from 446); Blue value is 234 (91.80% from 255 or 52.47% from 446); Max value from RGB is 234 - color contains mainly: blue. Hex color #AC28EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC28EA is #53D715. Grayscale: #646464. Windows color (decimal): -5494550 or 15345836. OLE color: 15345836.
HSL color Cylindrical-coordinate representation of color #AC28EA: hue angle of 280.82º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AC28EA is Cyan = 0.26, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 40 | 234 | - |
| CMYK | 0.26 | 0.83 | 0 | 0.08 |
| HSL | 280.82º | 0.82% | 0.54% | - |
| HSV(B) | 280.82º | 0.83% | 0.92% | - |
| XYZ | 32.62 | 16.23 | 79.25 | - |
| YUV | 101.58 | 202.73 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 40 | 234 | 0.26 | 0.83 | 0 | 0.08 | 280.82 | 0.82 | 0.54 |
| Hex | AC | 28 | EA | 1A | 53 | 0 | 8 | 119 | 52 | 36 |
| Octal | 254 | 50 | 352 | 32 | 123 | 0 | 10 | 431 | 122 | 66 |
| Binary | 10101100 | 101000 | 11101010 | 11010 | 1010011 | 0 | 1000 | 100011001 | 1010010 | 110110 |
Color Harmonies of #AC28EA
Complementary color
Monochromatic Colors of #AC28EA
Black with #AC28EA
Text Example
Text Example
White with #AC28EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC28EA; }
p { color: rgb(172,40,234); }
H1.HeaderClassName
{
color: #AC28EA;
}
.AnyTagClassName
{
color: #AC28EA;
}
</style>
background-color css
<style>
a { background-color: #AC28EA; }
a { background-color: rgb(172,40,234); }
div.DivClassName
{
background-color: #AC28EA;
}
.BgClassName
{
background-color: #AC28EA;
}
</style>
border-color css
<style>
span { border-color: #AC28EA; }
span { border-color: rgb(172,40,234); }
td.TdClassName
{
border-color: #AC28EA;
}
.TagClassName
{
border-color: #AC28EA;
}
</style>