Shades of Dark Orchid #A12DAC
Tints of Dark Orchid #A12DAC
RGB
CMYK
RGB Variations
Color information
#A12DAC (or 0xA12DAC) is known color: Dark Orchid. HEX triplet: A1, 2D and AC. RGB value is (161,45,172). Sum of RGB (Red+Green+Blue) = 161+45+172=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 45 (17.97% from 255 or 11.90% from 378); Blue value is 172 (67.58% from 255 or 45.50% from 378); Max value from RGB is 172 - color contains mainly: blue. Hex color #A12DAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12DAC is #5ED253. Grayscale: #5D5D5D. Windows color (decimal): -6214228 or 11283873. OLE color: 11283873.
HSL color Cylindrical-coordinate representation of color #A12DAC: hue angle of 294.8º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12DAC is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 45 | 172 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.33 |
| HSL | 294.8º | 0.59% | 0.43% | - |
| HSV(B) | 294.8º | 0.74% | 0.67% | - |
| XYZ | 23.08 | 12.43 | 40.21 | - |
| YUV | 94.16 | 171.93 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 172 | 0.06 | 0.74 | 0 | 0.33 | 294.8 | 0.59 | 0.43 |
| Hex | A1 | 2D | AC | 6 | 4A | 0 | 21 | 127 | 3B | 2B |
| Octal | 241 | 55 | 254 | 6 | 112 | 0 | 41 | 447 | 73 | 53 |
| Binary | 10100001 | 101101 | 10101100 | 110 | 1001010 | 0 | 100001 | 100100111 | 111011 | 101011 |
Color Harmonies of #A12DAC
Complementary color
Monochromatic Colors of #A12DAC
Black with #A12DAC
Text Example
Text Example
White with #A12DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DAC; }
p { color: rgb(161,45,172); }
H1.HeaderClassName
{
color: #A12DAC;
}
.AnyTagClassName
{
color: #A12DAC;
}
</style>
background-color css
<style>
a { background-color: #A12DAC; }
a { background-color: rgb(161,45,172); }
div.DivClassName
{
background-color: #A12DAC;
}
.BgClassName
{
background-color: #A12DAC;
}
</style>
border-color css
<style>
span { border-color: #A12DAC; }
span { border-color: rgb(161,45,172); }
td.TdClassName
{
border-color: #A12DAC;
}
.TagClassName
{
border-color: #A12DAC;
}
</style>