#A016AE

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

Shades of Dark Orchid #A016AE

Tints of Dark Orchid #A016AE

Color information

#A016AE (or 0xA016AE) is unknown color: approx Dark Orchid. HEX triplet: A0, 16 and AE. RGB value is (160,22,174). Sum of RGB (Red+Green+Blue) = 160+22+174=356 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.94% from 356); Green value is 22 (8.98% from 255 or 6.18% from 356); Blue value is 174 (68.36% from 255 or 48.88% from 356); Max value from RGB is 174 - color contains mainly: blue. Hex color #A016AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A016AE is #5FE951. Grayscale: #505050. Windows color (decimal): -6285650 or 11409056. OLE color: 11409056.

HSL color Cylindrical-coordinate representation of color #A016AE: hue angle of 294.47º 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 #A016AE is Cyan = 0.08, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB16022174-
CMYK0.080.8700.32
HSL294.47º77.55%38.43%-
HSV(B)294.47º87.36%68.24%-
XYZ22.4211.141.01-
YUV80.59180.72184.64-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.94%
GREEN value IS 22 (8.98% from 255) = 6.18%
BLUE value IS 174 (68.36% from 255) = 48.88%
R=44.94%
G=6.18%
B=48.88%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal160221740.080.8700.32294.4777.5538.43
HexA016AE8570201264e26
Octal240262561012704044611646
Binary1010000010110101011101000101011101000001001001101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A016AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A016AE; }

 p { color: rgb(160,22,174); }

 H1.HeaderClassName
 {
   color: #A016AE;
 }
 .AnyTagClassName
 {
   color: #A016AE;
 }
</style>
background-color css

<style>
 a { background-color: #A016AE; }

 a { background-color: rgb(160,22,174); }

 div.DivClassName
 {
   background-color: #A016AE;
 }
 .BgClassName
 {
   background-color: #A016AE;
 }
</style>
border-color css

<style>
 span { border-color: #A016AE; }

 span { border-color: rgb(160,22,174); }

 td.TdClassName
 {
   border-color: #A016AE;
 }
 .TagClassName
 {
   border-color: #A016AE;
 }
</style>