Html Css Color HEX #A059FD Medium Purple

📋 copy color: '#A059FD'

red 160 ◦ green 89 ◦ blue 253

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

Shades of Medium Purple #A059FD

Tints of Medium Purple #A059FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.4%

R = 31.87%
G = 17.73%
B = 50.4%

CMYK

 C value IS 0.37

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A059FD (or 0xA059FD) is known color: Medium Purple. HEX triplet: A0, 59 and FD. RGB value is (160,89,253). Sum of RGB (Red+Green+Blue) = 160+89+253=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 89 (35.16% from 255 or 17.73% from 502); Blue value is 253 (99.22% from 255 or 50.40% from 502); Max value from RGB is 253 - color contains mainly: blue. Hex color #A059FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059FD is #5FA602. Grayscale: #808080. Windows color (decimal): -6268419 or 16603552. OLE color: 16603552.

HSL color Cylindrical-coordinate representation of color #A059FD: hue angle of 265.98º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A059FD is Cyan = 0.37, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 160 89 253 -
CMYK 0.37 0.65 0 0.01
HSL 265.98º 0.98% 0.67% -
HSV(B) 265.98º 0.65% 0.99% -
XYZ 35.8 21.71 95.23 -
YUV 128.93 198.02 150.16 -
System Red Green Blue C M Y K H S L
Decimal 160 89 253 0.37 0.65 0 0.01 265.98 0.98 0.67
Hex A0 59 FD 25 41 0 1 10A 62 43
Octal 240 131 375 45 101 0 1 412 142 103
Binary 10100000 1011001 11111101 100101 1000001 0 1 100001010 1100010 1000011

Color Harmonies of #A059FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059FD

Black with #A059FD

Text Example


Text Example

White with #A059FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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