#A579ED

Color #A579ED Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #A579ED

Tints of Medium Purple #A579ED

Color information

#A579ED (or 0xA579ED) is unknown color: approx Medium Purple. HEX triplet: A5, 79 and ED. RGB value is (165,121,237). Sum of RGB (Red+Green+Blue) = 165+121+237=523 (69% of max value = 765). Red value is 165 (64.84% from 255 or 31.55% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 237 (92.97% from 255 or 45.32% from 523); Max value from RGB is 237 - color contains mainly: blue. Hex color #A579ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A579ED is #5A8612. Grayscale: #929292. Windows color (decimal): -5932563 or 15563173. OLE color: 15563173.

HSL color Cylindrical-coordinate representation of color #A579ED: hue angle of 262.76º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A579ED is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB165121237-
CMYK0.300.4900.07
HSL262.76º76.32%70.2%-
HSV(B)262.76º48.95%92.94%-
XYZ37.6427.7983.5-
YUV147.38178.58140.57-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 31.55%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 237 (92.97% from 255) = 45.32%
R=31.55%
G=23.14%
B=45.32%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1651212370.300.4900.07262.7676.3270.2
HexA579ED1E31071074c46
Octal245171355366107407114106
Binary1010010111110011110110111110110001011110000011110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A579ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A579ED; }

 p { color: rgb(165,121,237); }

 H1.HeaderClassName
 {
   color: #A579ED;
 }
 .AnyTagClassName
 {
   color: #A579ED;
 }
</style>
background-color css

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

 a { background-color: rgb(165,121,237); }

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

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

 span { border-color: rgb(165,121,237); }

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