Shades of Dark Orchid #A12ECC
Tints of Dark Orchid #A12ECC
RGB
CMYK
RGB Variations
Color information
#A12ECC (or 0xA12ECC) is known color: Dark Orchid. HEX triplet: A1, 2E and CC. RGB value is (161,46,204). Sum of RGB (Red+Green+Blue) = 161+46+204=411 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.17% from 411); Green value is 46 (18.36% from 255 or 11.19% from 411); Blue value is 204 (80.08% from 255 or 49.64% from 411); Max value from RGB is 204 - color contains mainly: blue. Hex color #A12ECC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12ECC is #5ED133. Grayscale: #616161. Windows color (decimal): -6213940 or 13381281. OLE color: 13381281.
HSL color Cylindrical-coordinate representation of color #A12ECC: hue angle of 283.67º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A12ECC is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 46 | 204 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.2 |
| HSL | 283.67º | 0.63% | 0.49% | - |
| HSV(B) | 283.67º | 0.77% | 0.8% | - |
| XYZ | 26.57 | 13.89 | 58.41 | - |
| YUV | 98.4 | 187.6 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 46 | 204 | 0.21 | 0.77 | 0 | 0.2 | 283.67 | 0.63 | 0.49 |
| Hex | A1 | 2E | CC | 15 | 4D | 0 | 14 | 11C | 3F | 31 |
| Octal | 241 | 56 | 314 | 25 | 115 | 0 | 24 | 434 | 77 | 61 |
| Binary | 10100001 | 101110 | 11001100 | 10101 | 1001101 | 0 | 10100 | 100011100 | 111111 | 110001 |
Color Harmonies of #A12ECC
Complementary color
Monochromatic Colors of #A12ECC
Black with #A12ECC
Text Example
Text Example
White with #A12ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12ECC; }
p { color: rgb(161,46,204); }
H1.HeaderClassName
{
color: #A12ECC;
}
.AnyTagClassName
{
color: #A12ECC;
}
</style>
background-color css
<style>
a { background-color: #A12ECC; }
a { background-color: rgb(161,46,204); }
div.DivClassName
{
background-color: #A12ECC;
}
.BgClassName
{
background-color: #A12ECC;
}
</style>
border-color css
<style>
span { border-color: #A12ECC; }
span { border-color: rgb(161,46,204); }
td.TdClassName
{
border-color: #A12ECC;
}
.TagClassName
{
border-color: #A12ECC;
}
</style>