Shades of Dark Orchid #A116AE
Tints of Dark Orchid #A116AE
RGB
CMYK
RGB Variations
Color information
#A116AE (or 0xA116AE) is known color: Dark Orchid. HEX triplet: A1, 16 and AE. RGB value is (161,22,174). Sum of RGB (Red+Green+Blue) = 161+22+174=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 22 (8.98% from 255 or 6.16% from 357); Blue value is 174 (68.36% from 255 or 48.74% from 357); Max value from RGB is 174 - color contains mainly: blue. Hex color #A116AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A116AE is #5EE951. Grayscale: #505050. Windows color (decimal): -6220114 or 11409057. OLE color: 11409057.
HSL color Cylindrical-coordinate representation of color #A116AE: hue angle of 294.87º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A116AE is Cyan = 0.07, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 161 | 22 | 174 | - |
| CMYK | 0.07 | 0.87 | 0 | 0.32 |
| HSL | 294.87º | 0.78% | 0.38% | - |
| HSV(B) | 294.87º | 0.87% | 0.68% | - |
| XYZ | 22.62 | 11.21 | 41.02 | - |
| YUV | 80.89 | 180.55 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 22 | 174 | 0.07 | 0.87 | 0 | 0.32 | 294.87 | 0.78 | 0.38 |
| Hex | A1 | 16 | AE | 7 | 57 | 0 | 20 | 127 | 4E | 26 |
| Octal | 241 | 26 | 256 | 7 | 127 | 0 | 40 | 447 | 116 | 46 |
| Binary | 10100001 | 10110 | 10101110 | 111 | 1010111 | 0 | 100000 | 100100111 | 1001110 | 100110 |
Color Harmonies of #A116AE
Complementary color
Monochromatic Colors of #A116AE
Black with #A116AE
Text Example
Text Example
White with #A116AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A116AE; }
p { color: rgb(161,22,174); }
H1.HeaderClassName
{
color: #A116AE;
}
.AnyTagClassName
{
color: #A116AE;
}
</style>
background-color css
<style>
a { background-color: #A116AE; }
a { background-color: rgb(161,22,174); }
div.DivClassName
{
background-color: #A116AE;
}
.BgClassName
{
background-color: #A116AE;
}
</style>
border-color css
<style>
span { border-color: #A116AE; }
span { border-color: rgb(161,22,174); }
td.TdClassName
{
border-color: #A116AE;
}
.TagClassName
{
border-color: #A116AE;
}
</style>