Html Css Color HEX #A059FB Medium Purple

📋 copy color: '#A059FB'

red 160 ◦ green 89 ◦ blue 251

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

Shades of Medium Purple #A059FB

Tints of Medium Purple #A059FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 32%
G = 17.8%
B = 50.2%

CMYK

 C value IS 0.36

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A059FB (or 0xA059FB) is known color: Medium Purple. HEX triplet: A0, 59 and FB. RGB value is (160,89,251). Sum of RGB (Red+Green+Blue) = 160+89+251=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 89 (35.16% from 255 or 17.8% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #A059FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A059FB is #5FA604. Grayscale: #808080. Windows color (decimal): -6268421 or 16472480. OLE color: 16472480.

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

Color convert

RGB 160 89 251 -
CMYK 0.36 0.65 0 0.02
HSL 266.3º 0.95% 0.67% -
HSV(B) 266.3º 0.65% 0.98% -
XYZ 35.48 21.58 93.56 -
YUV 128.7 197.02 150.33 -
System Red Green Blue C M Y K H S L
Decimal 160 89 251 0.36 0.65 0 0.02 266.3 0.95 0.67
Hex A0 59 FB 24 41 0 2 10A 5F 43
Octal 240 131 373 44 101 0 2 412 137 103
Binary 10100000 1011001 11111011 100100 1000001 0 10 100001010 1011111 1000011

Color Harmonies of #A059FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059FB

Black with #A059FB

Text Example


Text Example

White with #A059FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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