Shades of Dark Orchid #A12DAE
Tints of Dark Orchid #A12DAE
RGB
CMYK
RGB Variations
Color information
#A12DAE (or 0xA12DAE) is known color: Dark Orchid. HEX triplet: A1, 2D and AE. RGB value is (161,45,174). Sum of RGB (Red+Green+Blue) = 161+45+174=380 (50% of max value = 765). Red value is 161 (63.28% from 255 or 42.37% from 380); Green value is 45 (17.97% from 255 or 11.84% from 380); Blue value is 174 (68.36% from 255 or 45.79% from 380); Max value from RGB is 174 - color contains mainly: blue. Hex color #A12DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A12DAE is #5ED251. Grayscale: #5D5D5D. Windows color (decimal): -6214226 or 11414945. OLE color: 11414945.
HSL color Cylindrical-coordinate representation of color #A12DAE: hue angle of 293.95º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A12DAE is Cyan = 0.07, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 45 | 174 | - |
| CMYK | 0.07 | 0.74 | 0 | 0.32 |
| HSL | 293.95º | 0.59% | 0.43% | - |
| HSV(B) | 293.95º | 0.74% | 0.68% | - |
| XYZ | 23.28 | 12.51 | 41.23 | - |
| YUV | 94.39 | 172.93 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 45 | 174 | 0.07 | 0.74 | 0 | 0.32 | 293.95 | 0.59 | 0.43 |
| Hex | A1 | 2D | AE | 7 | 4A | 0 | 20 | 126 | 3B | 2B |
| Octal | 241 | 55 | 256 | 7 | 112 | 0 | 40 | 446 | 73 | 53 |
| Binary | 10100001 | 101101 | 10101110 | 111 | 1001010 | 0 | 100000 | 100100110 | 111011 | 101011 |
Color Harmonies of #A12DAE
Complementary color
Monochromatic Colors of #A12DAE
Black with #A12DAE
Text Example
Text Example
White with #A12DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A12DAE; }
p { color: rgb(161,45,174); }
H1.HeaderClassName
{
color: #A12DAE;
}
.AnyTagClassName
{
color: #A12DAE;
}
</style>
background-color css
<style>
a { background-color: #A12DAE; }
a { background-color: rgb(161,45,174); }
div.DivClassName
{
background-color: #A12DAE;
}
.BgClassName
{
background-color: #A12DAE;
}
</style>
border-color css
<style>
span { border-color: #A12DAE; }
span { border-color: rgb(161,45,174); }
td.TdClassName
{
border-color: #A12DAE;
}
.TagClassName
{
border-color: #A12DAE;
}
</style>