#A879F1

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

Shades of Medium Purple #A879F1

Tints of Medium Purple #A879F1

Color information

#A879F1 (or 0xA879F1) is unknown color: approx Medium Purple. HEX triplet: A8, 79 and F1. RGB value is (168,121,241). Sum of RGB (Red+Green+Blue) = 168+121+241=530 (70% of max value = 765). Red value is 168 (66.02% from 255 or 31.70% from 530); Green value is 121 (47.66% from 255 or 22.83% from 530); Blue value is 241 (94.53% from 255 or 45.47% from 530); Max value from RGB is 241 - color contains mainly: blue. Hex color #A879F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A879F1 is #57860E. Grayscale: #949494. Windows color (decimal): -5735951 or 15825320. OLE color: 15825320.

HSL color Cylindrical-coordinate representation of color #A879F1: hue angle of 263.5º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A879F1 is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB168121241-
CMYK0.300.5000.05
HSL263.5º81.08%70.98%-
HSV(B)263.5º49.79%94.51%-
XYZ38.8628.3586.64-
YUV148.73180.07141.74-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 31.70%
GREEN value IS 121 (47.66% from 255) = 22.83%
BLUE value IS 241 (94.53% from 255) = 45.47%
R=31.70%
G=22.83%
B=45.47%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1681212410.300.5000.05263.581.0870.98
HexA879F11E32051085147
Octal250171361366205410121107
Binary1010100011110011111000111110110010010110000100010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A879F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A879F1; }

 p { color: rgb(168,121,241); }

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

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

 a { background-color: rgb(168,121,241); }

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

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

 span { border-color: rgb(168,121,241); }

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