Html Css Color HEX #A059EA Medium Purple

📋 copy color: '#A059EA'

red 160 ◦ green 89 ◦ blue 234

#A059EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Purple #A059EA

Tints of Medium Purple #A059EA

RGB

 RED value IS 160 (62.89% from 255) = 33.13%

 GREEN value IS 89 (35.16% from 255) = 18.43%

 BLUE value IS 234 (91.8% from 255) = 48.45%

R = 33.13%
G = 18.43%
B = 48.45%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A059EA (or 0xA059EA) is known color: Medium Purple. HEX triplet: A0, 59 and EA. RGB value is (160,89,234). Sum of RGB (Red+Green+Blue) = 160+89+234=483 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.13% from 483); Green value is 89 (35.16% from 255 or 18.43% from 483); Blue value is 234 (91.80% from 255 or 48.45% from 483); Max value from RGB is 234 - color contains mainly: blue. Hex color #A059EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059EA is #5FA615. Grayscale: #7E7E7E. Windows color (decimal): -6268438 or 15358368. OLE color: 15358368.

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

Color convert

RGB 160 89 234 -
CMYK 0.32 0.62 0 0.08
HSL 269.38º 0.78% 0.63% -
HSV(B) 269.38º 0.62% 0.92% -
XYZ 32.92 20.56 80.08 -
YUV 126.76 188.52 151.71 -
System Red Green Blue C M Y K H S L
Decimal 160 89 234 0.32 0.62 0 0.08 269.38 0.78 0.63
Hex A0 59 EA 20 3E 0 8 10D 4E 3F
Octal 240 131 352 40 76 0 10 415 116 77
Binary 10100000 1011001 11101010 100000 111110 0 1000 100001101 1001110 111111

Color Harmonies of #A059EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059EA

Black with #A059EA

Text Example


Text Example

White with #A059EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059EA; }

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

 H1.HeaderClassName
 {
   color: #A059EA;
 }
 .AnyTagClassName
 {
   color: #A059EA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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