#A586F5

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

Shades of Medium Purple #A586F5

Tints of Medium Purple #A586F5

Color information

#A586F5 (or 0xA586F5) is unknown color: approx Medium Purple. HEX triplet: A5, 86 and F5. RGB value is (165,134,245). Sum of RGB (Red+Green+Blue) = 165+134+245=544 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.33% from 544); Green value is 134 (52.73% from 255 or 24.63% from 544); Blue value is 245 (96.09% from 255 or 45.04% from 544); Max value from RGB is 245 - color contains mainly: blue. Hex color #A586F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A586F5 is #5A790A. Grayscale: #9B9B9B. Windows color (decimal): -5929227 or 16090789. OLE color: 16090789.

HSL color Cylindrical-coordinate representation of color #A586F5: hue angle of 256.76º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A586F5 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB165134245-
CMYK0.330.4500.04
HSL256.76º84.73%74.31%-
HSV(B)256.76º45.31%96.08%-
XYZ40.5231.6490.36-
YUV155.92178.27134.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 30.33%
GREEN value IS 134 (52.73% from 255) = 24.63%
BLUE value IS 245 (96.09% from 255) = 45.04%
R=30.33%
G=24.63%
B=45.04%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1651342450.330.4500.04256.7684.7374.31
HexA586F5212D04101554a
Octal245206365415504401125112
Binary101001011000011011110101100001101101010010000000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A586F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A586F5; }

 p { color: rgb(165,134,245); }

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

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

 a { background-color: rgb(165,134,245); }

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

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

 span { border-color: rgb(165,134,245); }

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