Shades of Dark Orchid #AC3CEB
Tints of Dark Orchid #AC3CEB
RGB
CMYK
RGB Variations
Color information
#AC3CEB (or 0xAC3CEB) is known color: Dark Orchid. HEX triplet: AC, 3C and EB. RGB value is (172,60,235). Sum of RGB (Red+Green+Blue) = 172+60+235=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 60 (23.83% from 255 or 12.85% from 467); Blue value is 235 (92.19% from 255 or 50.32% from 467); Max value from RGB is 235 - color contains mainly: blue. Hex color #AC3CEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3CEB is #53C314. Grayscale: #707070. Windows color (decimal): -5489429 or 15416492. OLE color: 15416492.
HSL color Cylindrical-coordinate representation of color #AC3CEB: hue angle of 278.4º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3CEB is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 172 | 60 | 235 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.08 |
| HSL | 278.4º | 0.81% | 0.58% | - |
| HSV(B) | 278.4º | 0.74% | 0.92% | - |
| XYZ | 33.62 | 18 | 80.3 | - |
| YUV | 113.44 | 196.61 | 169.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 235 | 0.27 | 0.74 | 0 | 0.08 | 278.4 | 0.81 | 0.58 |
| Hex | AC | 3C | EB | 1B | 4A | 0 | 8 | 116 | 51 | 3A |
| Octal | 254 | 74 | 353 | 33 | 112 | 0 | 10 | 426 | 121 | 72 |
| Binary | 10101100 | 111100 | 11101011 | 11011 | 1001010 | 0 | 1000 | 100010110 | 1010001 | 111010 |
Color Harmonies of #AC3CEB
Complementary color
Monochromatic Colors of #AC3CEB
Black with #AC3CEB
Text Example
Text Example
White with #AC3CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CEB; }
p { color: rgb(172,60,235); }
H1.HeaderClassName
{
color: #AC3CEB;
}
.AnyTagClassName
{
color: #AC3CEB;
}
</style>
background-color css
<style>
a { background-color: #AC3CEB; }
a { background-color: rgb(172,60,235); }
div.DivClassName
{
background-color: #AC3CEB;
}
.BgClassName
{
background-color: #AC3CEB;
}
</style>
border-color css
<style>
span { border-color: #AC3CEB; }
span { border-color: rgb(172,60,235); }
td.TdClassName
{
border-color: #AC3CEB;
}
.TagClassName
{
border-color: #AC3CEB;
}
</style>