Shades of Dark Orchid #AC1EC5
Tints of Dark Orchid #AC1EC5
RGB
CMYK
RGB Variations
Color information
#AC1EC5 (or 0xAC1EC5) is known color: Dark Orchid. HEX triplet: AC, 1E and C5. RGB value is (172,30,197). Sum of RGB (Red+Green+Blue) = 172+30+197=399 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.11% from 399); Green value is 30 (12.11% from 255 or 7.52% from 399); Blue value is 197 (77.34% from 255 or 49.37% from 399); Max value from RGB is 197 - color contains mainly: blue. Hex color #AC1EC5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AC1EC5 is #53E13A. Grayscale: #5A5A5A. Windows color (decimal): -5497147 or 12918444. OLE color: 12918444.
HSL color Cylindrical-coordinate representation of color #AC1EC5: hue angle of 291.02º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1EC5 is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 30 | 197 | - |
| CMYK | 0.13 | 0.85 | 0 | 0.23 |
| HSL | 291.02º | 0.74% | 0.45% | - |
| HSV(B) | 291.02º | 0.85% | 0.77% | - |
| XYZ | 27.56 | 13.73 | 54.02 | - |
| YUV | 91.5 | 187.54 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 30 | 197 | 0.13 | 0.85 | 0 | 0.23 | 291.02 | 0.74 | 0.45 |
| Hex | AC | 1E | C5 | D | 55 | 0 | 17 | 123 | 4A | 2D |
| Octal | 254 | 36 | 305 | 15 | 125 | 0 | 27 | 443 | 112 | 55 |
| Binary | 10101100 | 11110 | 11000101 | 1101 | 1010101 | 0 | 10111 | 100100011 | 1001010 | 101101 |
Color Harmonies of #AC1EC5
Complementary color
Monochromatic Colors of #AC1EC5
Black with #AC1EC5
Text Example
Text Example
White with #AC1EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AC1EC5; }
p { color: rgb(172,30,197); }
H1.HeaderClassName
{
color: #AC1EC5;
}
.AnyTagClassName
{
color: #AC1EC5;
}
</style>
background-color css
<style>
a { background-color: #AC1EC5; }
a { background-color: rgb(172,30,197); }
div.DivClassName
{
background-color: #AC1EC5;
}
.BgClassName
{
background-color: #AC1EC5;
}
</style>
border-color css
<style>
span { border-color: #AC1EC5; }
span { border-color: rgb(172,30,197); }
td.TdClassName
{
border-color: #AC1EC5;
}
.TagClassName
{
border-color: #AC1EC5;
}
</style>