#A45FF0

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

Shades of Medium Purple #A45FF0

Tints of Medium Purple #A45FF0

Color information

#A45FF0 (or 0xA45FF0) is unknown color: approx Medium Purple. HEX triplet: A4, 5F and F0. RGB value is (164,95,240). Sum of RGB (Red+Green+Blue) = 164+95+240=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 95 (37.5% from 255 or 19.04% from 499); Blue value is 240 (94.14% from 255 or 48.10% from 499); Max value from RGB is 240 - color contains mainly: blue. Hex color #A45FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45FF0 is #5BA00F. Grayscale: #838383. Windows color (decimal): -6004752 or 15753124. OLE color: 15753124.

HSL color Cylindrical-coordinate representation of color #A45FF0: hue angle of 268.55º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A45FF0 is Cyan = 0.32, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB16495240-
CMYK0.320.6000.06
HSL268.55º82.86%65.69%-
HSV(B)268.55º60.42%94.12%-
XYZ35.1322.3784.9-
YUV132.16188.86150.71-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 32.87%
GREEN value IS 95 (37.5% from 255) = 19.04%
BLUE value IS 240 (94.14% from 255) = 48.10%
R=32.87%
G=19.04%
B=48.10%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal164952400.320.6000.06268.5582.8665.69
HexA45FF0203C0610d5342
Octal244137360407406415123102
Binary10100100101111111110000100000111100011010000110110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A45FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A45FF0; }

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

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

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

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

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

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

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

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