Shades of Dark Orchid #AC3CE5
Tints of Dark Orchid #AC3CE5
RGB
CMYK
RGB Variations
Color information
#AC3CE5 (or 0xAC3CE5) is known color: Dark Orchid. HEX triplet: AC, 3C and E5. RGB value is (172,60,229). Sum of RGB (Red+Green+Blue) = 172+60+229=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 60 (23.83% from 255 or 13.02% from 461); Blue value is 229 (89.84% from 255 or 49.67% from 461); Max value from RGB is 229 - color contains mainly: blue. Hex color #AC3CE5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3CE5 is #53C31A. Grayscale: #707070. Windows color (decimal): -5489435 or 15023276. OLE color: 15023276.
HSL color Cylindrical-coordinate representation of color #AC3CE5: hue angle of 279.76º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3CE5 is Cyan = 0.25, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 60 | 229 | - |
| CMYK | 0.25 | 0.74 | 0 | 0.10 |
| HSL | 279.76º | 0.76% | 0.57% | - |
| HSV(B) | 279.76º | 0.74% | 0.9% | - |
| XYZ | 32.77 | 17.66 | 75.81 | - |
| YUV | 112.75 | 193.61 | 170.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 229 | 0.25 | 0.74 | 0 | 0.10 | 279.76 | 0.76 | 0.57 |
| Hex | AC | 3C | E5 | 19 | 4A | 0 | A | 118 | 4C | 39 |
| Octal | 254 | 74 | 345 | 31 | 112 | 0 | 12 | 430 | 114 | 71 |
| Binary | 10101100 | 111100 | 11100101 | 11001 | 1001010 | 0 | 1010 | 100011000 | 1001100 | 111001 |
Color Harmonies of #AC3CE5
Complementary color
Monochromatic Colors of #AC3CE5
Black with #AC3CE5
Text Example
Text Example
White with #AC3CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CE5; }
p { color: rgb(172,60,229); }
H1.HeaderClassName
{
color: #AC3CE5;
}
.AnyTagClassName
{
color: #AC3CE5;
}
</style>
background-color css
<style>
a { background-color: #AC3CE5; }
a { background-color: rgb(172,60,229); }
div.DivClassName
{
background-color: #AC3CE5;
}
.BgClassName
{
background-color: #AC3CE5;
}
</style>
border-color css
<style>
span { border-color: #AC3CE5; }
span { border-color: rgb(172,60,229); }
td.TdClassName
{
border-color: #AC3CE5;
}
.TagClassName
{
border-color: #AC3CE5;
}
</style>