#A379ED

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

Shades of Medium Purple #A379ED

Tints of Medium Purple #A379ED

Color information

#A379ED (or 0xA379ED) is unknown color: approx Medium Purple. HEX triplet: A3, 79 and ED. RGB value is (163,121,237). Sum of RGB (Red+Green+Blue) = 163+121+237=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #A379ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A379ED is #5C8612. Grayscale: #929292. Windows color (decimal): -6063635 or 15563171. OLE color: 15563171.

HSL color Cylindrical-coordinate representation of color #A379ED: hue angle of 261.72º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A379ED is Cyan = 0.31, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB163121237-
CMYK0.310.4900.07
HSL261.72º76.32%70.2%-
HSV(B)261.72º48.95%92.94%-
XYZ37.2327.5883.48-
YUV146.78178.91139.57-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 31.29%
GREEN value IS 121 (47.66% from 255) = 23.22%
BLUE value IS 237 (92.97% from 255) = 45.49%
R=31.29%
G=23.22%
B=45.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1631212370.310.4900.07261.7276.3270.2
HexA379ED1F31071064c46
Octal243171355376107406114106
Binary1010001111110011110110111111110001011110000011010011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A379ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A379ED; }

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

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

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

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

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

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

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

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