#A45FED

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

Shades of Medium Purple #A45FED

Tints of Medium Purple #A45FED

Color information

#A45FED (or 0xA45FED) is unknown color: approx Medium Purple. HEX triplet: A4, 5F and ED. RGB value is (164,95,237). Sum of RGB (Red+Green+Blue) = 164+95+237=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 95 (37.5% from 255 or 19.15% from 496); Blue value is 237 (92.97% from 255 or 47.78% from 496); Max value from RGB is 237 - color contains mainly: blue. Hex color #A45FED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45FED is #5BA012. Grayscale: #838383. Windows color (decimal): -6004755 or 15556516. OLE color: 15556516.

HSL color Cylindrical-coordinate representation of color #A45FED: hue angle of 269.15º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A45FED is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB16495237-
CMYK0.310.6000.07
HSL269.15º79.78%65.1%-
HSV(B)269.15º59.92%92.94%-
XYZ34.6922.1982.58-
YUV131.82187.36150.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.06%
GREEN value IS 95 (37.5% from 255) = 19.15%
BLUE value IS 237 (92.97% from 255) = 47.78%
R=33.06%
G=19.15%
B=47.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal164952370.310.6000.07269.1579.7865.1
HexA45FED1F3C0710d5041
Octal244137355377407415120101
Binary1010010010111111110110111111111100011110000110110100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45FED; }

 p { color: rgb(164,95,237); }

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

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

 a { background-color: rgb(164,95,237); }

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

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

 span { border-color: rgb(164,95,237); }

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