#A080EE

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

Shades of Medium Purple #A080EE

Tints of Medium Purple #A080EE

Color information

#A080EE (or 0xA080EE) is unknown color: approx Medium Purple. HEX triplet: A0, 80 and EE. RGB value is (160,128,238). Sum of RGB (Red+Green+Blue) = 160+128+238=526 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.42% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #A080EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A080EE is #5F7F11. Grayscale: #959595. Windows color (decimal): -6258450 or 15630496. OLE color: 15630496.

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

Color convert

RGB160128238-
CMYK0.330.4600.07
HSL257.45º76.39%71.76%-
HSV(B)257.45º46.22%93.33%-
XYZ37.6529.0884.52-
YUV150.11177.6135.06-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.42%
GREEN value IS 128 (50.39% from 255) = 24.33%
BLUE value IS 238 (93.36% from 255) = 45.25%
R=30.42%
G=24.33%
B=45.25%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1601282380.330.4600.07257.4576.3971.76
HexA080EE212E071014c48
Octal240200356415607401114110
Binary101000001000000011101110100001101110011110000000110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080EE; }

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

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

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

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

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

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

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

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