#A016BA

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

Shades of Dark Orchid #A016BA

Tints of Dark Orchid #A016BA

Color information

#A016BA (or 0xA016BA) is unknown color: approx Dark Orchid. HEX triplet: A0, 16 and BA. RGB value is (160,22,186). Sum of RGB (Red+Green+Blue) = 160+22+186=368 (48% of max value = 765). Red value is 160 (62.89% from 255 or 43.48% from 368); Green value is 22 (8.98% from 255 or 5.98% from 368); Blue value is 186 (73.05% from 255 or 50.54% from 368); Max value from RGB is 186 - color contains mainly: blue. Hex color #A016BA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #A016BA is #5FE945. Grayscale: #515151. Windows color (decimal): -6285638 or 12195488. OLE color: 12195488.

HSL color Cylindrical-coordinate representation of color #A016BA: hue angle of 290.49º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A016BA is Cyan = 0.14, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16022186-
CMYK0.140.8800.27
HSL290.49º78.85%40.78%-
HSV(B)290.49º88.17%72.94%-
XYZ23.6511.5947.45-
YUV81.96186.72183.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 43.48%
GREEN value IS 22 (8.98% from 255) = 5.98%
BLUE value IS 186 (73.05% from 255) = 50.54%
R=43.48%
G=5.98%
B=50.54%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal160221860.140.8800.27290.4978.8540.78
HexA016BAE5801B1224f29
Octal240262721613003344211751
Binary101000001011010111010111010110000110111001000101001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A016BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A016BA; }

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

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

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

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

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

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

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

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