Shades of Dark Orchid #A12BAE
Tints of Dark Orchid #A12BAE
RGB
CMYK
RGB Variations
Color information
#A12BAE (or 0xA12BAE) is known color: Dark Orchid. HEX triplet: A1, 2B and AE. RGB value is (161,43,174). Sum of RGB (Red+Green+Blue) = 161+43+174=378 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.59% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 174 (68.36% from 255 or 46.03% from 378); Max value from RGB is 174 - color contains mainly: blue. Hex color #A12BAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12BAE is #5ED451. Grayscale: #5C5C5C. Windows color (decimal): -6214738 or 11414433. OLE color: 11414433.
HSL color Cylindrical-coordinate representation of color #A12BAE: hue angle of 294.05º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A12BAE is Cyan = 0.07, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 43 | 174 | - |
| CMYK | 0.07 | 0.75 | 0 | 0.32 |
| HSL | 294.05º | 0.6% | 0.43% | - |
| HSV(B) | 294.05º | 0.75% | 0.68% | - |
| XYZ | 23.2 | 12.36 | 41.21 | - |
| YUV | 93.22 | 173.59 | 176.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 43 | 174 | 0.07 | 0.75 | 0 | 0.32 | 294.05 | 0.6 | 0.43 |
| Hex | A1 | 2B | AE | 7 | 4B | 0 | 20 | 126 | 3C | 2B |
| Octal | 241 | 53 | 256 | 7 | 113 | 0 | 40 | 446 | 74 | 53 |
| Binary | 10100001 | 101011 | 10101110 | 111 | 1001011 | 0 | 100000 | 100100110 | 111100 | 101011 |
Color Harmonies of #A12BAE
Complementary color
Monochromatic Colors of #A12BAE
Black with #A12BAE
Text Example
Text Example
White with #A12BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12BAE; }
p { color: rgb(161,43,174); }
H1.HeaderClassName
{
color: #A12BAE;
}
.AnyTagClassName
{
color: #A12BAE;
}
</style>
background-color css
<style>
a { background-color: #A12BAE; }
a { background-color: rgb(161,43,174); }
div.DivClassName
{
background-color: #A12BAE;
}
.BgClassName
{
background-color: #A12BAE;
}
</style>
border-color css
<style>
span { border-color: #A12BAE; }
span { border-color: rgb(161,43,174); }
td.TdClassName
{
border-color: #A12BAE;
}
.TagClassName
{
border-color: #A12BAE;
}
</style>