Shades of Dark Orchid #A12CCA
Tints of Dark Orchid #A12CCA
RGB
CMYK
RGB Variations
Color information
#A12CCA (or 0xA12CCA) is known color: Dark Orchid. HEX triplet: A1, 2C and CA. RGB value is (161,44,202). Sum of RGB (Red+Green+Blue) = 161+44+202=407 (53% of max value = 765). Red value is 161 (63.28% from 255 or 39.56% from 407); Green value is 44 (17.58% from 255 or 10.81% from 407); Blue value is 202 (79.30% from 255 or 49.63% from 407); Max value from RGB is 202 - color contains mainly: blue. Hex color #A12CCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CCA is #5ED335. Grayscale: #606060. Windows color (decimal): -6214454 or 13249697. OLE color: 13249697.
HSL color Cylindrical-coordinate representation of color #A12CCA: hue angle of 284.43º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A12CCA is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 161 | 44 | 202 | - |
| CMYK | 0.20 | 0.78 | 0 | 0.21 |
| HSL | 284.43º | 0.64% | 0.48% | - |
| HSV(B) | 284.43º | 0.78% | 0.79% | - |
| XYZ | 26.26 | 13.64 | 57.13 | - |
| YUV | 97 | 187.26 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 202 | 0.20 | 0.78 | 0 | 0.21 | 284.43 | 0.64 | 0.48 |
| Hex | A1 | 2C | CA | 14 | 4E | 0 | 15 | 11C | 40 | 30 |
| Octal | 241 | 54 | 312 | 24 | 116 | 0 | 25 | 434 | 100 | 60 |
| Binary | 10100001 | 101100 | 11001010 | 10100 | 1001110 | 0 | 10101 | 100011100 | 1000000 | 110000 |
Color Harmonies of #A12CCA
Complementary color
Monochromatic Colors of #A12CCA
Black with #A12CCA
Text Example
Text Example
White with #A12CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12CCA; }
p { color: rgb(161,44,202); }
H1.HeaderClassName
{
color: #A12CCA;
}
.AnyTagClassName
{
color: #A12CCA;
}
</style>
background-color css
<style>
a { background-color: #A12CCA; }
a { background-color: rgb(161,44,202); }
div.DivClassName
{
background-color: #A12CCA;
}
.BgClassName
{
background-color: #A12CCA;
}
</style>
border-color css
<style>
span { border-color: #A12CCA; }
span { border-color: rgb(161,44,202); }
td.TdClassName
{
border-color: #A12CCA;
}
.TagClassName
{
border-color: #A12CCA;
}
</style>