Shades of Dark Orchid #AC3CE4
Tints of Dark Orchid #AC3CE4
RGB
CMYK
RGB Variations
Color information
#AC3CE4 (or 0xAC3CE4) is known color: Dark Orchid. HEX triplet: AC, 3C and E4. RGB value is (172,60,228). Sum of RGB (Red+Green+Blue) = 172+60+228=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 60 (23.83% from 255 or 13.04% from 460); Blue value is 228 (89.45% from 255 or 49.57% from 460); Max value from RGB is 228 - color contains mainly: blue. Hex color #AC3CE4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CE4 is #53C31B. Grayscale: #707070. Windows color (decimal): -5489436 or 14957740. OLE color: 14957740.
HSL color Cylindrical-coordinate representation of color #AC3CE4: hue angle of 280º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3CE4 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 172 | 60 | 228 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.11 |
| HSL | 280º | 0.76% | 0.56% | - |
| HSV(B) | 280º | 0.74% | 0.89% | - |
| XYZ | 32.63 | 17.6 | 75.08 | - |
| YUV | 112.64 | 193.11 | 170.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 228 | 0.25 | 0.74 | 0 | 0.11 | 280 | 0.76 | 0.56 |
| Hex | AC | 3C | E4 | 19 | 4A | 0 | B | 118 | 4C | 38 |
| Octal | 254 | 74 | 344 | 31 | 112 | 0 | 13 | 430 | 114 | 70 |
| Binary | 10101100 | 111100 | 11100100 | 11001 | 1001010 | 0 | 1011 | 100011000 | 1001100 | 111000 |
Color Harmonies of #AC3CE4
Complementary color
Monochromatic Colors of #AC3CE4
Black with #AC3CE4
Text Example
Text Example
White with #AC3CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CE4; }
p { color: rgb(172,60,228); }
H1.HeaderClassName
{
color: #AC3CE4;
}
.AnyTagClassName
{
color: #AC3CE4;
}
</style>
background-color css
<style>
a { background-color: #AC3CE4; }
a { background-color: rgb(172,60,228); }
div.DivClassName
{
background-color: #AC3CE4;
}
.BgClassName
{
background-color: #AC3CE4;
}
</style>
border-color css
<style>
span { border-color: #AC3CE4; }
span { border-color: rgb(172,60,228); }
td.TdClassName
{
border-color: #AC3CE4;
}
.TagClassName
{
border-color: #AC3CE4;
}
</style>