#A073EC

Color #A073EC Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A073EC

Tints of Medium Purple #A073EC

Color information

#A073EC (or 0xA073EC) is unknown color: approx Medium Purple. HEX triplet: A0, 73 and EC. RGB value is (160,115,236). Sum of RGB (Red+Green+Blue) = 160+115+236=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 115 (45.31% from 255 or 22.50% from 511); Blue value is 236 (92.58% from 255 or 46.18% from 511); Max value from RGB is 236 - color contains mainly: blue. Hex color #A073EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A073EC is #5F8C13. Grayscale: #8D8D8D. Windows color (decimal): -6261780 or 15496096. OLE color: 15496096.

HSL color Cylindrical-coordinate representation of color #A073EC: hue angle of 262.31º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A073EC is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB160115236-
CMYK0.320.5100.07
HSL262.31º76.1%68.82%-
HSV(B)262.31º51.27%92.55%-
XYZ35.7725.7982.45-
YUV142.25180.91140.66-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.31%
GREEN value IS 115 (45.31% from 255) = 22.50%
BLUE value IS 236 (92.58% from 255) = 46.18%
R=31.31%
G=22.50%
B=46.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601152360.320.5100.07262.3176.168.82
HexA073EC2033071064c45
Octal240163354406307406114105
Binary10100000111001111101100100000110011011110000011010011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A073EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A073EC; }

 p { color: rgb(160,115,236); }

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

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

 a { background-color: rgb(160,115,236); }

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

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

 span { border-color: rgb(160,115,236); }

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