Shades of Dark Orchid #A12CB4
Tints of Dark Orchid #A12CB4
RGB
CMYK
RGB Variations
Color information
#A12CB4 (or 0xA12CB4) is known color: Dark Orchid. HEX triplet: A1, 2C and B4. RGB value is (161,44,180). Sum of RGB (Red+Green+Blue) = 161+44+180=385 (50% of max value = 765). Red value is 161 (63.28% from 255 or 41.82% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 180 (70.70% from 255 or 46.75% from 385); Max value from RGB is 180 - color contains mainly: blue. Hex color #A12CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A12CB4 is #5ED34B. Grayscale: #5E5E5E. Windows color (decimal): -6214476 or 11807905. OLE color: 11807905.
HSL color Cylindrical-coordinate representation of color #A12CB4: hue angle of 291.62º degrees, saturation: 0.61, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12CB4 is Cyan = 0.11, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 161 | 44 | 180 | - |
| CMYK | 0.11 | 0.76 | 0 | 0.29 |
| HSL | 291.62º | 0.61% | 0.44% | - |
| HSV(B) | 291.62º | 0.76% | 0.71% | - |
| XYZ | 23.84 | 12.67 | 44.37 | - |
| YUV | 94.49 | 176.26 | 175.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 180 | 0.11 | 0.76 | 0 | 0.29 | 291.62 | 0.61 | 0.44 |
| Hex | A1 | 2C | B4 | B | 4C | 0 | 1D | 124 | 3D | 2C |
| Octal | 241 | 54 | 264 | 13 | 114 | 0 | 35 | 444 | 75 | 54 |
| Binary | 10100001 | 101100 | 10110100 | 1011 | 1001100 | 0 | 11101 | 100100100 | 111101 | 101100 |
Color Harmonies of #A12CB4
Complementary color
Monochromatic Colors of #A12CB4
Black with #A12CB4
Text Example
Text Example
White with #A12CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12CB4; }
p { color: rgb(161,44,180); }
H1.HeaderClassName
{
color: #A12CB4;
}
.AnyTagClassName
{
color: #A12CB4;
}
</style>
background-color css
<style>
a { background-color: #A12CB4; }
a { background-color: rgb(161,44,180); }
div.DivClassName
{
background-color: #A12CB4;
}
.BgClassName
{
background-color: #A12CB4;
}
</style>
border-color css
<style>
span { border-color: #A12CB4; }
span { border-color: rgb(161,44,180); }
td.TdClassName
{
border-color: #A12CB4;
}
.TagClassName
{
border-color: #A12CB4;
}
</style>