#A080EB

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

Shades of Medium Purple #A080EB

Tints of Medium Purple #A080EB

Color information

#A080EB (or 0xA080EB) is unknown color: approx Medium Purple. HEX triplet: A0, 80 and EB. RGB value is (160,128,235). Sum of RGB (Red+Green+Blue) = 160+128+235=523 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.59% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #A080EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A080EB is #5F7F14. Grayscale: #959595. Windows color (decimal): -6258453 or 15433888. OLE color: 15433888.

HSL color Cylindrical-coordinate representation of color #A080EB: hue angle of 257.94º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A080EB is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB160128235-
CMYK0.320.4600.08
HSL257.94º72.79%71.18%-
HSV(B)257.94º45.53%92.16%-
XYZ37.2128.9182.22-
YUV149.77176.1135.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 30.59%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 235 (92.19% from 255) = 44.93%
R=30.59%
G=24.47%
B=44.93%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1601282350.320.4600.08257.9472.7971.18
HexA080EB202E081024947
Octal2402003534056010402111107
Binary1010000010000000111010111000001011100100010000001010010011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A080EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A080EB; }

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

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

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

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

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

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

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

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