#A080E3

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

Shades of Medium Purple #A080E3

Tints of Medium Purple #A080E3

Color information

#A080E3 (or 0xA080E3) is unknown color: approx Medium Purple. HEX triplet: A0, 80 and E3. RGB value is (160,128,227). Sum of RGB (Red+Green+Blue) = 160+128+227=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 128 (50.39% from 255 or 24.85% from 515); Blue value is 227 (89.06% from 255 or 44.08% from 515); Max value from RGB is 227 - color contains mainly: blue. Hex color #A080E3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A080E3 is #5F7F1C. Grayscale: #949494. Windows color (decimal): -6258461 or 14909600. OLE color: 14909600.

HSL color Cylindrical-coordinate representation of color #A080E3: hue angle of 259.39º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A080E3 is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB160128227-
CMYK0.300.4400.11
HSL259.39º63.87%69.61%-
HSV(B)259.39º43.61%89.02%-
XYZ36.0828.4676.26-
YUV148.85172.1135.95-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 31.07%
GREEN value IS 128 (50.39% from 255) = 24.85%
BLUE value IS 227 (89.06% from 255) = 44.08%
R=31.07%
G=24.85%
B=44.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1601282270.300.4400.11259.3963.8769.61
HexA080E31E2C0B1034046
Octal2402003433654013403100106
Binary101000001000000011100011111101011000101110000001110000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080E3; }

 p { color: rgb(160,128,227); }

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

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

 a { background-color: rgb(160,128,227); }

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

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

 span { border-color: rgb(160,128,227); }

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