Shades of Dark Orchid #A12CAC
Tints of Dark Orchid #A12CAC
RGB
CMYK
RGB Variations
Color information
#A12CAC (or 0xA12CAC) is known color: Dark Orchid. HEX triplet: A1, 2C and AC. RGB value is (161,44,172). Sum of RGB (Red+Green+Blue) = 161+44+172=377 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.71% from 377); Green value is 44 (17.58% from 255 or 11.67% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #A12CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12CAC is #5ED353. Grayscale: #5D5D5D. Windows color (decimal): -6214484 or 11283617. OLE color: 11283617.
HSL color Cylindrical-coordinate representation of color #A12CAC: hue angle of 294.84º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12CAC is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 44 | 172 | - |
| CMYK | 0.06 | 0.74 | 0 | 0.33 |
| HSL | 294.84º | 0.59% | 0.42% | - |
| HSV(B) | 294.84º | 0.74% | 0.67% | - |
| XYZ | 23.05 | 12.36 | 40.2 | - |
| YUV | 93.58 | 172.26 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 44 | 172 | 0.06 | 0.74 | 0 | 0.33 | 294.84 | 0.59 | 0.42 |
| Hex | A1 | 2C | AC | 6 | 4A | 0 | 21 | 127 | 3B | 2A |
| Octal | 241 | 54 | 254 | 6 | 112 | 0 | 41 | 447 | 73 | 52 |
| Binary | 10100001 | 101100 | 10101100 | 110 | 1001010 | 0 | 100001 | 100100111 | 111011 | 101010 |
Color Harmonies of #A12CAC
Complementary color
Monochromatic Colors of #A12CAC
Black with #A12CAC
Text Example
Text Example
White with #A12CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12CAC; }
p { color: rgb(161,44,172); }
H1.HeaderClassName
{
color: #A12CAC;
}
.AnyTagClassName
{
color: #A12CAC;
}
</style>
background-color css
<style>
a { background-color: #A12CAC; }
a { background-color: rgb(161,44,172); }
div.DivClassName
{
background-color: #A12CAC;
}
.BgClassName
{
background-color: #A12CAC;
}
</style>
border-color css
<style>
span { border-color: #A12CAC; }
span { border-color: rgb(161,44,172); }
td.TdClassName
{
border-color: #A12CAC;
}
.TagClassName
{
border-color: #A12CAC;
}
</style>