Html Css Color HEX #A059FA Medium Purple

📋 copy color: '#A059FA'

red 160 ◦ green 89 ◦ blue 250

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

Shades of Medium Purple #A059FA

Tints of Medium Purple #A059FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 50.1%

R = 32.06%
G = 17.84%
B = 50.1%

CMYK

 C value IS 0.36

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A059FA (or 0xA059FA) is known color: Medium Purple. HEX triplet: A0, 59 and FA. RGB value is (160,89,250). Sum of RGB (Red+Green+Blue) = 160+89+250=499 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32.06% from 499); Green value is 89 (35.16% from 255 or 17.84% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #A059FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059FA is #5FA605. Grayscale: #808080. Windows color (decimal): -6268422 or 16406944. OLE color: 16406944.

HSL color Cylindrical-coordinate representation of color #A059FA: hue angle of 266.46º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A059FA is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 160 89 250 -
CMYK 0.36 0.64 0 0.02
HSL 266.46º 0.94% 0.66% -
HSV(B) 266.46º 0.64% 0.98% -
XYZ 35.32 21.52 92.73 -
YUV 128.58 196.52 150.41 -
System Red Green Blue C M Y K H S L
Decimal 160 89 250 0.36 0.64 0 0.02 266.46 0.94 0.66
Hex A0 59 FA 24 40 0 2 10A 5E 42
Octal 240 131 372 44 100 0 2 412 136 102
Binary 10100000 1011001 11111010 100100 1000000 0 10 100001010 1011110 1000010

Color Harmonies of #A059FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059FA

Black with #A059FA

Text Example


Text Example

White with #A059FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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