#a457f2

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

Shades of Medium Purple #A457F2

Tints of Medium Purple #A457F2

Color information

#A457F2 (or 0xA457F2) is unknown color: approx Medium Purple. HEX triplet: A4, 57 and F2. RGB value is (164,87,242). Sum of RGB (Red+Green+Blue) = 164+87+242=493 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.27% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 242 (94.92% from 255 or 49.09% from 493); Max value from RGB is 242 - color contains mainly: blue. Hex color #A457F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A457F2 is #5BA80D. Grayscale: #7F7F7F. Windows color (decimal): -6006798 or 15882148. OLE color: 15882148.

HSL color Cylindrical-coordinate representation of color #A457F2: hue angle of 269.81º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A457F2 is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB16487242-
CMYK0.320.6400.05
HSL269.81º85.64%64.51%-
HSV(B)269.81º64.05%94.9%-
XYZ34.7521.1286.25-
YUV127.69192.51153.9-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.27%
GREEN value IS 87 (34.38% from 255) = 17.65%
BLUE value IS 242 (94.92% from 255) = 49.09%
R=33.27%
G=17.65%
B=49.09%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal164872420.320.6400.05269.8185.6464.51
HexA457F220400510e5641
Octal2441273624010005416126101
Binary101001001010111111100101000001000000010110000111010101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a457f2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a457f2; }

 p { color: rgb(164,87,242); }

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

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

 a { background-color: rgb(164,87,242); }

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

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

 span { border-color: rgb(164,87,242); }

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