#A379F0

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

Shades of Medium Purple #A379F0

Tints of Medium Purple #A379F0

Color information

#A379F0 (or 0xA379F0) is unknown color: approx Medium Purple. HEX triplet: A3, 79 and F0. RGB value is (163,121,240). Sum of RGB (Red+Green+Blue) = 163+121+240=524 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.11% from 524); Green value is 121 (47.66% from 255 or 23.09% from 524); Blue value is 240 (94.14% from 255 or 45.80% from 524); Max value from RGB is 240 - color contains mainly: blue. Hex color #A379F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A379F0 is #5C860F. Grayscale: #929292. Windows color (decimal): -6063632 or 15759779. OLE color: 15759779.

HSL color Cylindrical-coordinate representation of color #A379F0: hue angle of 261.18º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A379F0 is Cyan = 0.32, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB163121240-
CMYK0.320.5000.06
HSL261.18º79.87%70.78%-
HSV(B)261.18º49.58%94.12%-
XYZ37.6727.7585.81-
YUV147.12180.41139.32-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.11%
GREEN value IS 121 (47.66% from 255) = 23.09%
BLUE value IS 240 (94.14% from 255) = 45.80%
R=31.11%
G=23.09%
B=45.80%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1631212400.320.5000.06261.1879.8770.78
HexA379F02032061055047
Octal243171360406206405120107
Binary10100011111100111110000100000110010011010000010110100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A379F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A379F0; }

 p { color: rgb(163,121,240); }

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

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

 a { background-color: rgb(163,121,240); }

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

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

 span { border-color: rgb(163,121,240); }

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