#A479F1

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

Shades of Medium Purple #A479F1

Tints of Medium Purple #A479F1

Color information

#A479F1 (or 0xA479F1) is unknown color: approx Medium Purple. HEX triplet: A4, 79 and F1. RGB value is (164,121,241). Sum of RGB (Red+Green+Blue) = 164+121+241=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 241 (94.53% from 255 or 45.82% from 526); Max value from RGB is 241 - color contains mainly: blue. Hex color #A479F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A479F1 is #5B860E. Grayscale: #939393. Windows color (decimal): -5998095 or 15825316. OLE color: 15825316.

HSL color Cylindrical-coordinate representation of color #A479F1: hue angle of 261.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 #A479F1 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB164121241-
CMYK0.320.5000.05
HSL261.5º81.08%70.98%-
HSV(B)261.5º49.79%94.51%-
XYZ38.0227.9286.6-
YUV147.54180.75139.74-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 31.18%
GREEN value IS 121 (47.66% from 255) = 23.00%
BLUE value IS 241 (94.53% from 255) = 45.82%
R=31.18%
G=23.00%
B=45.82%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1641212410.320.5000.05261.581.0870.98
HexA479F12032051065147
Octal244171361406205406121107
Binary10100100111100111110001100000110010010110000011010100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A479F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A479F1; }

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

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

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

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

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

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

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

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