Shades of Dark Orchid #A119AE
Tints of Dark Orchid #A119AE
RGB
CMYK
RGB Variations
Color information
#A119AE (or 0xA119AE) is known color: Dark Orchid. HEX triplet: A1, 19 and AE. RGB value is (161,25,174). Sum of RGB (Red+Green+Blue) = 161+25+174=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 25 (10.16% from 255 or 6.94% from 360); Blue value is 174 (68.36% from 255 or 48.33% from 360); Max value from RGB is 174 - color contains mainly: blue. Hex color #A119AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A119AE is #5EE651. Grayscale: #525252. Windows color (decimal): -6219346 or 11409825. OLE color: 11409825.
HSL color Cylindrical-coordinate representation of color #A119AE: hue angle of 294.77º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A119AE is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 25 | 174 | - |
| CMYK | 0.07 | 0.86 | 0 | 0.32 |
| HSL | 294.77º | 0.75% | 0.39% | - |
| HSV(B) | 294.77º | 0.86% | 0.68% | - |
| XYZ | 22.69 | 11.33 | 41.04 | - |
| YUV | 82.65 | 179.56 | 183.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 25 | 174 | 0.07 | 0.86 | 0 | 0.32 | 294.77 | 0.75 | 0.39 |
| Hex | A1 | 19 | AE | 7 | 56 | 0 | 20 | 127 | 4B | 27 |
| Octal | 241 | 31 | 256 | 7 | 126 | 0 | 40 | 447 | 113 | 47 |
| Binary | 10100001 | 11001 | 10101110 | 111 | 1010110 | 0 | 100000 | 100100111 | 1001011 | 100111 |
Color Harmonies of #A119AE
Complementary color
Monochromatic Colors of #A119AE
Black with #A119AE
Text Example
Text Example
White with #A119AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A119AE; }
p { color: rgb(161,25,174); }
H1.HeaderClassName
{
color: #A119AE;
}
.AnyTagClassName
{
color: #A119AE;
}
</style>
background-color css
<style>
a { background-color: #A119AE; }
a { background-color: rgb(161,25,174); }
div.DivClassName
{
background-color: #A119AE;
}
.BgClassName
{
background-color: #A119AE;
}
</style>
border-color css
<style>
span { border-color: #A119AE; }
span { border-color: rgb(161,25,174); }
td.TdClassName
{
border-color: #A119AE;
}
.TagClassName
{
border-color: #A119AE;
}
</style>