Html Css Color HEX #A759F0 Medium Purple

📋 copy color: '#A759F0'

red 167 ◦ green 89 ◦ blue 240

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

Shades of Medium Purple #A759F0

Tints of Medium Purple #A759F0

RGB

 RED value IS 167 (65.63% from 255) = 33.67%

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

 BLUE value IS 240 (94.14% from 255) = 48.39%

R = 33.67%
G = 17.94%
B = 48.39%

CMYK

 C value IS 0.30

 M value IS 0.63

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A759F0 (or 0xA759F0) is known color: Medium Purple. HEX triplet: A7, 59 and F0. RGB value is (167,89,240). Sum of RGB (Red+Green+Blue) = 167+89+240=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 89 (35.16% from 255 or 17.94% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #A759F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A759F0 is #58A60F. Grayscale: #818181. Windows color (decimal): -5809680 or 15751591. OLE color: 15751591.

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

Color convert

RGB 167 89 240 -
CMYK 0.30 0.63 0 0.06
HSL 270.99º 0.83% 0.65% -
HSV(B) 270.99º 0.63% 0.94% -
XYZ 35.24 21.65 84.76 -
YUV 129.54 190.34 154.72 -
System Red Green Blue C M Y K H S L
Decimal 167 89 240 0.30 0.63 0 0.06 270.99 0.83 0.65
Hex A7 59 F0 1E 3F 0 6 10F 53 41
Octal 247 131 360 36 77 0 6 417 123 101
Binary 10100111 1011001 11110000 11110 111111 0 110 100001111 1010011 1000001

Color Harmonies of #A759F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A759F0

Black with #A759F0

Text Example


Text Example

White with #A759F0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A759F0; }

 p { color: rgb(167,89,240); }

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

background-color css

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

 a { background-color: rgb(167,89,240); }

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

border-color css

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

 span { border-color: rgb(167,89,240); }

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