#A257F6

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

Shades of Medium Purple #A257F6

Tints of Medium Purple #A257F6

Color information

#A257F6 (or 0xA257F6) is unknown color: approx Medium Purple. HEX triplet: A2, 57 and F6. RGB value is (162,87,246). Sum of RGB (Red+Green+Blue) = 162+87+246=495 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.73% from 495); Green value is 87 (34.38% from 255 or 17.58% from 495); Blue value is 246 (96.48% from 255 or 49.70% from 495); Max value from RGB is 246 - color contains mainly: blue. Hex color #A257F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A257F6 is #5DA809. Grayscale: #7E7E7E. Windows color (decimal): -6137866 or 16144290. OLE color: 16144290.

HSL color Cylindrical-coordinate representation of color #A257F6: hue angle of 268.3º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A257F6 is Cyan = 0.34, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB16287246-
CMYK0.340.6500.04
HSL268.3º89.83%65.29%-
HSV(B)268.3º64.63%96.47%-
XYZ34.9421.1589.43-
YUV127.55194.85152.57-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 32.73%
GREEN value IS 87 (34.38% from 255) = 17.58%
BLUE value IS 246 (96.48% from 255) = 49.70%
R=32.73%
G=17.58%
B=49.70%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal162872460.340.6500.04268.389.8365.29
HexA257F622410410c5a41
Octal2421273664210104414132101
Binary101000101010111111101101000101000001010010000110010110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A257F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A257F6; }

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

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

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

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

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

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

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

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