Shades of Dark Orchid #AC3EC8
Tints of Dark Orchid #AC3EC8
RGB
CMYK
RGB Variations
Color information
#AC3EC8 (or 0xAC3EC8) is known color: Dark Orchid. HEX triplet: AC, 3E and C8. RGB value is (172,62,200). Sum of RGB (Red+Green+Blue) = 172+62+200=434 (57% of max value = 765). Red value is 172 (67.58% from 255 or 39.63% from 434); Green value is 62 (24.61% from 255 or 14.29% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #AC3EC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3EC8 is #53C137. Grayscale: #6E6E6E. Windows color (decimal): -5488952 or 13123244. OLE color: 13123244.
HSL color Cylindrical-coordinate representation of color #AC3EC8: hue angle of 287.83º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC3EC8 is Cyan = 0.14, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 62 | 200 | - |
| CMYK | 0.14 | 0.69 | 0 | 0.22 |
| HSL | 287.83º | 0.56% | 0.51% | - |
| HSV(B) | 287.83º | 0.69% | 0.78% | - |
| XYZ | 29.16 | 16.39 | 56.27 | - |
| YUV | 110.62 | 178.44 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 200 | 0.14 | 0.69 | 0 | 0.22 | 287.83 | 0.56 | 0.51 |
| Hex | AC | 3E | C8 | E | 45 | 0 | 16 | 120 | 38 | 33 |
| Octal | 254 | 76 | 310 | 16 | 105 | 0 | 26 | 440 | 70 | 63 |
| Binary | 10101100 | 111110 | 11001000 | 1110 | 1000101 | 0 | 10110 | 100100000 | 111000 | 110011 |
Color Harmonies of #AC3EC8
Complementary color
Monochromatic Colors of #AC3EC8
Black with #AC3EC8
Text Example
Text Example
White with #AC3EC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3EC8; }
p { color: rgb(172,62,200); }
H1.HeaderClassName
{
color: #AC3EC8;
}
.AnyTagClassName
{
color: #AC3EC8;
}
</style>
background-color css
<style>
a { background-color: #AC3EC8; }
a { background-color: rgb(172,62,200); }
div.DivClassName
{
background-color: #AC3EC8;
}
.BgClassName
{
background-color: #AC3EC8;
}
</style>
border-color css
<style>
span { border-color: #AC3EC8; }
span { border-color: rgb(172,62,200); }
td.TdClassName
{
border-color: #AC3EC8;
}
.TagClassName
{
border-color: #AC3EC8;
}
</style>