#A116AE

Color #A116AE Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #A116AE

Tints of Dark Orchid #A116AE

Color information

#A116AE (or 0xA116AE) is unknown color: approx 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

RGB16122174-
CMYK0.070.8700.32
HSL294.87º77.55%38.43%-
HSV(B)294.87º87.36%68.24%-
XYZ22.6211.2141.02-
YUV80.89180.55185.14-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 22 (8.98% from 255) = 6.16%
BLUE value IS 174 (68.36% from 255) = 48.74%
R=45.10%
G=6.16%
B=48.74%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal161221740.070.8700.32294.8777.5538.43
HexA116AE7570201274e26
Octal24126256712704044711646
Binary101000011011010101110111101011101000001001001111001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A116AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>