Shades of Dark Orchid #A12CCC
Tints of Dark Orchid #A12CCC
RGB
CMYK
RGB Variations
Color information
#A12CCC (or 0xA12CCC) is known color: Dark Orchid. HEX triplet: A1, 2C and CC. RGB value is (161,44,204). Sum of RGB (Red+Green+Blue) = 161+44+204=409 (54% of max value = 765). Red value is 161 (63.28% from 255 or 39.36% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 204 (80.08% from 255 or 49.88% from 409); Max value from RGB is 204 - color contains mainly: blue. Hex color #A12CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CCC is #5ED333. Grayscale: #606060. Windows color (decimal): -6214452 or 13380769. OLE color: 13380769.
HSL color Cylindrical-coordinate representation of color #A12CCC: hue angle of 283.88º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12CCC is Cyan = 0.21, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 161 | 44 | 204 | - |
| CMYK | 0.21 | 0.78 | 0 | 0.2 |
| HSL | 283.88º | 0.65% | 0.49% | - |
| HSV(B) | 283.88º | 0.78% | 0.8% | - |
| XYZ | 26.5 | 13.74 | 58.38 | - |
| YUV | 97.22 | 188.26 | 173.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 204 | 0.21 | 0.78 | 0 | 0.2 | 283.88 | 0.65 | 0.49 |
| Hex | A1 | 2C | CC | 15 | 4E | 0 | 14 | 11C | 41 | 31 |
| Octal | 241 | 54 | 314 | 25 | 116 | 0 | 24 | 434 | 101 | 61 |
| Binary | 10100001 | 101100 | 11001100 | 10101 | 1001110 | 0 | 10100 | 100011100 | 1000001 | 110001 |
Color Harmonies of #A12CCC
Complementary color
Monochromatic Colors of #A12CCC
Black with #A12CCC
Text Example
Text Example
White with #A12CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12CCC; }
p { color: rgb(161,44,204); }
H1.HeaderClassName
{
color: #A12CCC;
}
.AnyTagClassName
{
color: #A12CCC;
}
</style>
background-color css
<style>
a { background-color: #A12CCC; }
a { background-color: rgb(161,44,204); }
div.DivClassName
{
background-color: #A12CCC;
}
.BgClassName
{
background-color: #A12CCC;
}
</style>
border-color css
<style>
span { border-color: #A12CCC; }
span { border-color: rgb(161,44,204); }
td.TdClassName
{
border-color: #A12CCC;
}
.TagClassName
{
border-color: #A12CCC;
}
</style>