#A257FA

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

Shades of Medium Purple #A257FA

Tints of Medium Purple #A257FA

Color information

#A257FA (or 0xA257FA) is unknown color: approx Medium Purple. HEX triplet: A2, 57 and FA. RGB value is (162,87,250). Sum of RGB (Red+Green+Blue) = 162+87+250=499 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.46% from 499); Green value is 87 (34.38% from 255 or 17.43% from 499); Blue value is 250 (98.05% from 255 or 50.10% from 499); Max value from RGB is 250 - color contains mainly: blue. Hex color #A257FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A257FA is #5DA805. Grayscale: #7F7F7F. Windows color (decimal): -6137862 or 16406434. OLE color: 16406434.

HSL color Cylindrical-coordinate representation of color #A257FA: hue angle of 267.61º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A257FA is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB16287250-
CMYK0.350.6500.02
HSL267.61º94.22%66.08%-
HSV(B)267.61º65.2%98.04%-
XYZ35.5621.492.7-
YUV128.01196.85152.25-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.46%
GREEN value IS 87 (34.38% from 255) = 17.43%
BLUE value IS 250 (98.05% from 255) = 50.10%
R=32.46%
G=17.43%
B=50.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal162872500.350.6500.02267.6194.2266.08
HexA257FA23410210c5e42
Octal2421273724310102414136102
Binary10100010101011111111010100011100000101010000110010111101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A257FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A257FA; }

 p { color: rgb(162,87,250); }

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

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

 a { background-color: rgb(162,87,250); }

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

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

 span { border-color: rgb(162,87,250); }

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