Shades of Dark Orchid #AC1EE8
Tints of Dark Orchid #AC1EE8
RGB
CMYK
RGB Variations
Color information
#AC1EE8 (or 0xAC1EE8) is known color: Dark Orchid. HEX triplet: AC, 1E and E8. RGB value is (172,30,232). Sum of RGB (Red+Green+Blue) = 172+30+232=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 30 (12.11% from 255 or 6.91% from 434); Blue value is 232 (91.02% from 255 or 53.46% from 434); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC1EE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1EE8 is #53E117. Grayscale: #5E5E5E. Windows color (decimal): -5497112 or 15212204. OLE color: 15212204.
HSL color Cylindrical-coordinate representation of color #AC1EE8: hue angle of 282.18º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AC1EE8 is Cyan = 0.26, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 30 | 232 | - |
| CMYK | 0.26 | 0.87 | 0 | 0.09 |
| HSL | 282.18º | 0.81% | 0.51% | - |
| HSV(B) | 282.18º | 0.87% | 0.91% | - |
| XYZ | 32.04 | 15.53 | 77.65 | - |
| YUV | 95.49 | 205.04 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 30 | 232 | 0.26 | 0.87 | 0 | 0.09 | 282.18 | 0.81 | 0.51 |
| Hex | AC | 1E | E8 | 1A | 57 | 0 | 9 | 11A | 51 | 33 |
| Octal | 254 | 36 | 350 | 32 | 127 | 0 | 11 | 432 | 121 | 63 |
| Binary | 10101100 | 11110 | 11101000 | 11010 | 1010111 | 0 | 1001 | 100011010 | 1010001 | 110011 |
Color Harmonies of #AC1EE8
Complementary color
Monochromatic Colors of #AC1EE8
Black with #AC1EE8
Text Example
Text Example
White with #AC1EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1EE8; }
p { color: rgb(172,30,232); }
H1.HeaderClassName
{
color: #AC1EE8;
}
.AnyTagClassName
{
color: #AC1EE8;
}
</style>
background-color css
<style>
a { background-color: #AC1EE8; }
a { background-color: rgb(172,30,232); }
div.DivClassName
{
background-color: #AC1EE8;
}
.BgClassName
{
background-color: #AC1EE8;
}
</style>
border-color css
<style>
span { border-color: #AC1EE8; }
span { border-color: rgb(172,30,232); }
td.TdClassName
{
border-color: #AC1EE8;
}
.TagClassName
{
border-color: #AC1EE8;
}
</style>