#A857F8

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

Shades of Medium Purple #A857F8

Tints of Medium Purple #A857F8

Color information

#A857F8 (or 0xA857F8) is unknown color: approx Medium Purple. HEX triplet: A8, 57 and F8. RGB value is (168,87,248). Sum of RGB (Red+Green+Blue) = 168+87+248=503 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.40% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #A857F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857F8 is #57A807. Grayscale: #818181. Windows color (decimal): -5744648 or 16275368. OLE color: 16275368.

HSL color Cylindrical-coordinate representation of color #A857F8: hue angle of 270.19º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A857F8 is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB16887248-
CMYK0.320.6500.03
HSL270.19º92%65.69%-
HSV(B)270.19º64.92%97.25%-
XYZ36.521.9291.11-
YUV129.57194.84155.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.40%
GREEN value IS 87 (34.38% from 255) = 17.30%
BLUE value IS 248 (97.27% from 255) = 49.30%
R=33.40%
G=17.30%
B=49.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal168872480.320.6500.03270.199265.69
HexA857F820410310e5c42
Octal2501273704010103416134102
Binary10101000101011111111000100000100000101110000111010111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A857F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A857F8; }

 p { color: rgb(168,87,248); }

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

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

 a { background-color: rgb(168,87,248); }

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

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

 span { border-color: rgb(168,87,248); }

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