Shades of Dark Orchid #A12AAC
Tints of Dark Orchid #A12AAC
RGB
CMYK
RGB Variations
Color information
#A12AAC (or 0xA12AAC) is known color: Dark Orchid. HEX triplet: A1, 2A and AC. RGB value is (161,42,172). Sum of RGB (Red+Green+Blue) = 161+42+172=375 (49% of max value = 765). Red value is 161 (63.28% from 255 or 42.93% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #A12AAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12AAC is #5ED553. Grayscale: #5C5C5C. Windows color (decimal): -6214996 or 11283105. OLE color: 11283105.
HSL color Cylindrical-coordinate representation of color #A12AAC: hue angle of 294.92º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A12AAC is Cyan = 0.06, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 42 | 172 | - |
| CMYK | 0.06 | 0.76 | 0 | 0.33 |
| HSL | 294.92º | 0.61% | 0.42% | - |
| HSV(B) | 294.92º | 0.76% | 0.67% | - |
| XYZ | 22.97 | 12.21 | 40.18 | - |
| YUV | 92.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 42 | 172 | 0.06 | 0.76 | 0 | 0.33 | 294.92 | 0.61 | 0.42 |
| Hex | A1 | 2A | AC | 6 | 4C | 0 | 21 | 127 | 3D | 2A |
| Octal | 241 | 52 | 254 | 6 | 114 | 0 | 41 | 447 | 75 | 52 |
| Binary | 10100001 | 101010 | 10101100 | 110 | 1001100 | 0 | 100001 | 100100111 | 111101 | 101010 |
Color Harmonies of #A12AAC
Complementary color
Monochromatic Colors of #A12AAC
Black with #A12AAC
Text Example
Text Example
White with #A12AAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12AAC; }
p { color: rgb(161,42,172); }
H1.HeaderClassName
{
color: #A12AAC;
}
.AnyTagClassName
{
color: #A12AAC;
}
</style>
background-color css
<style>
a { background-color: #A12AAC; }
a { background-color: rgb(161,42,172); }
div.DivClassName
{
background-color: #A12AAC;
}
.BgClassName
{
background-color: #A12AAC;
}
</style>
border-color css
<style>
span { border-color: #A12AAC; }
span { border-color: rgb(161,42,172); }
td.TdClassName
{
border-color: #A12AAC;
}
.TagClassName
{
border-color: #A12AAC;
}
</style>