#A857FC

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

Shades of Medium Purple #A857FC

Tints of Medium Purple #A857FC

Color information

#A857FC (or 0xA857FC) is unknown color: approx Medium Purple. HEX triplet: A8, 57 and FC. RGB value is (168,87,252). Sum of RGB (Red+Green+Blue) = 168+87+252=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 87 (34.38% from 255 or 17.16% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #A857FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A857FC is #57A803. Grayscale: #818181. Windows color (decimal): -5744644 or 16537512. OLE color: 16537512.

HSL color Cylindrical-coordinate representation of color #A857FC: hue angle of 269.45º degrees, saturation: 0.96, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A857FC is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB16887252-
CMYK0.330.6500.01
HSL269.45º96.49%66.47%-
HSV(B)269.45º65.48%98.82%-
XYZ37.1322.1794.42-
YUV130.03196.84155.08-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 33.14%
GREEN value IS 87 (34.38% from 255) = 17.16%
BLUE value IS 252 (98.83% from 255) = 49.70%
R=33.14%
G=17.16%
B=49.70%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal168872520.330.6500.01269.4596.4966.47
HexA857FC21410110d6042
Octal2501273744110101415140102
Binary1010100010101111111110010000110000010110000110111000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A857FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A857FC; }

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

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

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

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

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

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

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

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