#A059EE

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

Shades of Medium Purple #A059EE

Tints of Medium Purple #A059EE

Color information

#A059EE (or 0xA059EE) is unknown color: approx Medium Purple. HEX triplet: A0, 59 and EE. RGB value is (160,89,238). Sum of RGB (Red+Green+Blue) = 160+89+238=487 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.85% from 487); Green value is 89 (35.16% from 255 or 18.28% from 487); Blue value is 238 (93.36% from 255 or 48.87% from 487); Max value from RGB is 238 - color contains mainly: blue. Hex color #A059EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059EE is #5FA611. Grayscale: #7E7E7E. Windows color (decimal): -6268434 or 15620512. OLE color: 15620512.

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

Color convert

RGB16089238-
CMYK0.330.6300.07
HSL268.59º81.42%64.12%-
HSV(B)268.59º62.61%93.33%-
XYZ33.520.7983.14-
YUV127.22190.52151.38-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 32.85%
GREEN value IS 89 (35.16% from 255) = 18.28%
BLUE value IS 238 (93.36% from 255) = 48.87%
R=32.85%
G=18.28%
B=48.87%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal160892380.330.6300.07268.5981.4264.12
HexA059EE213F0710d5140
Octal240131356417707415121100
Binary10100000101100111101110100001111111011110000110110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A059EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A059EE; }

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

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

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

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

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

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

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

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