Html Css Color HEX #A059EC Medium Purple

📋 copy color: '#A059EC'

red 160 ◦ green 89 ◦ blue 236

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

Shades of Medium Purple #A059EC

Tints of Medium Purple #A059EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.66%

R = 32.99%
G = 18.35%
B = 48.66%

CMYK

 C value IS 0.32

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A059EC (or 0xA059EC) is known color: Medium Purple. HEX triplet: A0, 59 and EC. RGB value is (160,89,236). Sum of RGB (Red+Green+Blue) = 160+89+236=485 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.99% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #A059EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059EC is #5FA613. Grayscale: #7E7E7E. Windows color (decimal): -6268436 or 15489440. OLE color: 15489440.

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

Color convert

RGB 160 89 236 -
CMYK 0.32 0.62 0 0.07
HSL 268.98º 0.79% 0.64% -
HSV(B) 268.98º 0.62% 0.93% -
XYZ 33.21 20.67 81.6 -
YUV 126.99 189.52 151.55 -
System Red Green Blue C M Y K H S L
Decimal 160 89 236 0.32 0.62 0 0.07 268.98 0.79 0.64
Hex A0 59 EC 20 3E 0 7 10D 4F 40
Octal 240 131 354 40 76 0 7 415 117 100
Binary 10100000 1011001 11101100 100000 111110 0 111 100001101 1001111 1000000

Color Harmonies of #A059EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059EC

Black with #A059EC

Text Example


Text Example

White with #A059EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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