Shades of Dark Orchid #AC1ECB
Tints of Dark Orchid #AC1ECB
RGB
CMYK
RGB Variations
Color information
#AC1ECB (or 0xAC1ECB) is known color: Dark Orchid. HEX triplet: AC, 1E and CB. RGB value is (172,30,203). Sum of RGB (Red+Green+Blue) = 172+30+203=405 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.47% from 405); Green value is 30 (12.11% from 255 or 7.41% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #AC1ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1ECB is #53E134. Grayscale: #5B5B5B. Windows color (decimal): -5497141 or 13311660. OLE color: 13311660.
HSL color Cylindrical-coordinate representation of color #AC1ECB: hue angle of 289.25º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1ECB is Cyan = 0.15, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 172 | 30 | 203 | - |
| CMYK | 0.15 | 0.85 | 0 | 0.20 |
| HSL | 289.25º | 0.74% | 0.46% | - |
| HSV(B) | 289.25º | 0.85% | 0.8% | - |
| XYZ | 28.26 | 14.01 | 57.72 | - |
| YUV | 92.18 | 190.54 | 184.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 30 | 203 | 0.15 | 0.85 | 0 | 0.20 | 289.25 | 0.74 | 0.46 |
| Hex | AC | 1E | CB | F | 55 | 0 | 14 | 121 | 4A | 2E |
| Octal | 254 | 36 | 313 | 17 | 125 | 0 | 24 | 441 | 112 | 56 |
| Binary | 10101100 | 11110 | 11001011 | 1111 | 1010101 | 0 | 10100 | 100100001 | 1001010 | 101110 |
Color Harmonies of #AC1ECB
Complementary color
Monochromatic Colors of #AC1ECB
Black with #AC1ECB
Text Example
Text Example
White with #AC1ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1ECB; }
p { color: rgb(172,30,203); }
H1.HeaderClassName
{
color: #AC1ECB;
}
.AnyTagClassName
{
color: #AC1ECB;
}
</style>
background-color css
<style>
a { background-color: #AC1ECB; }
a { background-color: rgb(172,30,203); }
div.DivClassName
{
background-color: #AC1ECB;
}
.BgClassName
{
background-color: #AC1ECB;
}
</style>
border-color css
<style>
span { border-color: #AC1ECB; }
span { border-color: rgb(172,30,203); }
td.TdClassName
{
border-color: #AC1ECB;
}
.TagClassName
{
border-color: #AC1ECB;
}
</style>