Shades of Dark Orchid #AC3EDB
Tints of Dark Orchid #AC3EDB
RGB
CMYK
RGB Variations
Color information
#AC3EDB (or 0xAC3EDB) is known color: Dark Orchid. HEX triplet: AC, 3E and DB. RGB value is (172,62,219). Sum of RGB (Red+Green+Blue) = 172+62+219=453 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.97% from 453); Green value is 62 (24.61% from 255 or 13.69% from 453); Blue value is 219 (85.94% from 255 or 48.34% from 453); Max value from RGB is 219 - color contains mainly: blue. Hex color #AC3EDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC3EDB is #53C124. Grayscale: #707070. Windows color (decimal): -5488933 or 14368428. OLE color: 14368428.
HSL color Cylindrical-coordinate representation of color #AC3EDB: hue angle of 282.04º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC3EDB is Cyan = 0.21, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 172 | 62 | 219 | - |
| CMYK | 0.21 | 0.72 | 0 | 0.14 |
| HSL | 282.04º | 0.69% | 0.55% | - |
| HSV(B) | 282.04º | 0.72% | 0.86% | - |
| XYZ | 31.52 | 17.33 | 68.7 | - |
| YUV | 112.79 | 187.94 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 62 | 219 | 0.21 | 0.72 | 0 | 0.14 | 282.04 | 0.69 | 0.55 |
| Hex | AC | 3E | DB | 15 | 48 | 0 | E | 11A | 45 | 37 |
| Octal | 254 | 76 | 333 | 25 | 110 | 0 | 16 | 432 | 105 | 67 |
| Binary | 10101100 | 111110 | 11011011 | 10101 | 1001000 | 0 | 1110 | 100011010 | 1000101 | 110111 |
Color Harmonies of #AC3EDB
Complementary color
Monochromatic Colors of #AC3EDB
Black with #AC3EDB
Text Example
Text Example
White with #AC3EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC3EDB; }
p { color: rgb(172,62,219); }
H1.HeaderClassName
{
color: #AC3EDB;
}
.AnyTagClassName
{
color: #AC3EDB;
}
</style>
background-color css
<style>
a { background-color: #AC3EDB; }
a { background-color: rgb(172,62,219); }
div.DivClassName
{
background-color: #AC3EDB;
}
.BgClassName
{
background-color: #AC3EDB;
}
</style>
border-color css
<style>
span { border-color: #AC3EDB; }
span { border-color: rgb(172,62,219); }
td.TdClassName
{
border-color: #AC3EDB;
}
.TagClassName
{
border-color: #AC3EDB;
}
</style>