Html Css Color HEX #A059EF Medium Purple

📋 copy color: '#A059EF'

red 160 ◦ green 89 ◦ blue 239

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

Shades of Medium Purple #A059EF

Tints of Medium Purple #A059EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 48.98%

R = 32.79%
G = 18.24%
B = 48.98%

CMYK

 C value IS 0.33

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A059EF (or 0xA059EF) is known color: Medium Purple. HEX triplet: A0, 59 and EF. RGB value is (160,89,239). Sum of RGB (Red+Green+Blue) = 160+89+239=488 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.79% from 488); Green value is 89 (35.16% from 255 or 18.24% from 488); Blue value is 239 (93.75% from 255 or 48.98% from 488); Max value from RGB is 239 - color contains mainly: blue. Hex color #A059EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059EF is #5FA610. Grayscale: #7E7E7E. Windows color (decimal): -6268433 or 15686048. OLE color: 15686048.

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

Color convert

RGB 160 89 239 -
CMYK 0.33 0.63 0 0.06
HSL 268.4º 0.82% 0.64% -
HSV(B) 268.4º 0.63% 0.94% -
XYZ 33.65 20.85 83.91 -
YUV 127.33 191.02 151.3 -
System Red Green Blue C M Y K H S L
Decimal 160 89 239 0.33 0.63 0 0.06 268.4 0.82 0.64
Hex A0 59 EF 21 3F 0 6 10C 52 40
Octal 240 131 357 41 77 0 6 414 122 100
Binary 10100000 1011001 11101111 100001 111111 0 110 100001100 1010010 1000000

Color Harmonies of #A059EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059EF

Black with #A059EF

Text Example


Text Example

White with #A059EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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