Shades of Dark Orchid #AC3CE7
Tints of Dark Orchid #AC3CE7
RGB
CMYK
RGB Variations
Color information
#AC3CE7 (or 0xAC3CE7) is known color: Dark Orchid. HEX triplet: AC, 3C and E7. RGB value is (172,60,231). Sum of RGB (Red+Green+Blue) = 172+60+231=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 231 (90.62% from 255 or 49.89% from 463); Max value from RGB is 231 - color contains mainly: blue. Hex color #AC3CE7 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AC3CE7 is #53C318. Grayscale: #707070. Windows color (decimal): -5489433 or 15154348. OLE color: 15154348.
HSL color Cylindrical-coordinate representation of color #AC3CE7: hue angle of 279.3º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AC3CE7 is Cyan = 0.26, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 60 | 231 | - |
| CMYK | 0.26 | 0.74 | 0 | 0.09 |
| HSL | 279.3º | 0.78% | 0.57% | - |
| HSV(B) | 279.3º | 0.74% | 0.91% | - |
| XYZ | 33.05 | 17.77 | 77.29 | - |
| YUV | 112.98 | 194.61 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 60 | 231 | 0.26 | 0.74 | 0 | 0.09 | 279.3 | 0.78 | 0.57 |
| Hex | AC | 3C | E7 | 1A | 4A | 0 | 9 | 117 | 4E | 39 |
| Octal | 254 | 74 | 347 | 32 | 112 | 0 | 11 | 427 | 116 | 71 |
| Binary | 10101100 | 111100 | 11100111 | 11010 | 1001010 | 0 | 1001 | 100010111 | 1001110 | 111001 |
Color Harmonies of #AC3CE7
Complementary color
Monochromatic Colors of #AC3CE7
Black with #AC3CE7
Text Example
Text Example
White with #AC3CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3CE7; }
p { color: rgb(172,60,231); }
H1.HeaderClassName
{
color: #AC3CE7;
}
.AnyTagClassName
{
color: #AC3CE7;
}
</style>
background-color css
<style>
a { background-color: #AC3CE7; }
a { background-color: rgb(172,60,231); }
div.DivClassName
{
background-color: #AC3CE7;
}
.BgClassName
{
background-color: #AC3CE7;
}
</style>
border-color css
<style>
span { border-color: #AC3CE7; }
span { border-color: rgb(172,60,231); }
td.TdClassName
{
border-color: #AC3CE7;
}
.TagClassName
{
border-color: #AC3CE7;
}
</style>