Shades of Dark Orchid #AC1CE8
Tints of Dark Orchid #AC1CE8
RGB
CMYK
RGB Variations
Color information
#AC1CE8 (or 0xAC1CE8) is known color: Dark Orchid. HEX triplet: AC, 1C and E8. RGB value is (172,28,232). Sum of RGB (Red+Green+Blue) = 172+28+232=432 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.81% from 432); Green value is 28 (11.33% from 255 or 6.48% from 432); Blue value is 232 (91.02% from 255 or 53.70% from 432); Max value from RGB is 232 - color contains mainly: blue. Hex color #AC1CE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC1CE8 is #53E317. Grayscale: #5D5D5D. Windows color (decimal): -5497624 or 15211692. OLE color: 15211692.
HSL color Cylindrical-coordinate representation of color #AC1CE8: hue angle of 282.35º degrees, saturation: 0.82, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC1CE8 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 28 | 232 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.09 |
| HSL | 282.35º | 0.82% | 0.51% | - |
| HSV(B) | 282.35º | 0.88% | 0.91% | - |
| XYZ | 31.99 | 15.43 | 77.64 | - |
| YUV | 94.31 | 205.71 | 183.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 28 | 232 | 0.26 | 0.88 | 0 | 0.09 | 282.35 | 0.82 | 0.51 |
| Hex | AC | 1C | E8 | 1A | 58 | 0 | 9 | 11A | 52 | 33 |
| Octal | 254 | 34 | 350 | 32 | 130 | 0 | 11 | 432 | 122 | 63 |
| Binary | 10101100 | 11100 | 11101000 | 11010 | 1011000 | 0 | 1001 | 100011010 | 1010010 | 110011 |
Color Harmonies of #AC1CE8
Complementary color
Monochromatic Colors of #AC1CE8
Black with #AC1CE8
Text Example
Text Example
White with #AC1CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1CE8; }
p { color: rgb(172,28,232); }
H1.HeaderClassName
{
color: #AC1CE8;
}
.AnyTagClassName
{
color: #AC1CE8;
}
</style>
background-color css
<style>
a { background-color: #AC1CE8; }
a { background-color: rgb(172,28,232); }
div.DivClassName
{
background-color: #AC1CE8;
}
.BgClassName
{
background-color: #AC1CE8;
}
</style>
border-color css
<style>
span { border-color: #AC1CE8; }
span { border-color: rgb(172,28,232); }
td.TdClassName
{
border-color: #AC1CE8;
}
.TagClassName
{
border-color: #AC1CE8;
}
</style>