Shades of Dark Orchid #AC3EDE
Tints of Dark Orchid #AC3EDE
RGB
CMYK
RGB Variations
Color information
#AC3EDE (or 0xAC3EDE) is known color: Dark Orchid. HEX triplet: AC, 3E and DE. RGB value is (172,62,222). Sum of RGB (Red+Green+Blue) = 172+62+222=456 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.72% from 456); Green value is 62 (24.61% from 255 or 13.60% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #AC3EDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3EDE is #53C121. Grayscale: #707070. Windows color (decimal): -5488930 or 14565036. OLE color: 14565036.
HSL color Cylindrical-coordinate representation of color #AC3EDE: hue angle of 281.25º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3EDE is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 172 | 62 | 222 | - |
| CMYK | 0.23 | 0.72 | 0 | 0.13 |
| HSL | 281.25º | 0.71% | 0.56% | - |
| HSV(B) | 281.25º | 0.72% | 0.87% | - |
| XYZ | 31.92 | 17.49 | 70.8 | - |
| YUV | 113.13 | 189.44 | 169.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 222 | 0.23 | 0.72 | 0 | 0.13 | 281.25 | 0.71 | 0.56 |
| Hex | AC | 3E | DE | 17 | 48 | 0 | D | 119 | 47 | 38 |
| Octal | 254 | 76 | 336 | 27 | 110 | 0 | 15 | 431 | 107 | 70 |
| Binary | 10101100 | 111110 | 11011110 | 10111 | 1001000 | 0 | 1101 | 100011001 | 1000111 | 111000 |
Color Harmonies of #AC3EDE
Complementary color
Monochromatic Colors of #AC3EDE
Black with #AC3EDE
Text Example
Text Example
White with #AC3EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3EDE; }
p { color: rgb(172,62,222); }
H1.HeaderClassName
{
color: #AC3EDE;
}
.AnyTagClassName
{
color: #AC3EDE;
}
</style>
background-color css
<style>
a { background-color: #AC3EDE; }
a { background-color: rgb(172,62,222); }
div.DivClassName
{
background-color: #AC3EDE;
}
.BgClassName
{
background-color: #AC3EDE;
}
</style>
border-color css
<style>
span { border-color: #AC3EDE; }
span { border-color: rgb(172,62,222); }
td.TdClassName
{
border-color: #AC3EDE;
}
.TagClassName
{
border-color: #AC3EDE;
}
</style>