#A979EC

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

Shades of Medium Purple #A979EC

Tints of Medium Purple #A979EC

Color information

#A979EC (or 0xA979EC) is unknown color: approx Medium Purple. HEX triplet: A9, 79 and EC. RGB value is (169,121,236). Sum of RGB (Red+Green+Blue) = 169+121+236=526 (69% of max value = 765). Red value is 169 (66.41% from 255 or 32.13% from 526); Green value is 121 (47.66% from 255 or 23.00% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #A979EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A979EC is #568613. Grayscale: #949494. Windows color (decimal): -5670420 or 15497641. OLE color: 15497641.

HSL color Cylindrical-coordinate representation of color #A979EC: hue angle of 265.04º degrees, saturation: 0.75, 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 #A979EC is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB169121236-
CMYK0.280.4900.07
HSL265.04º75.16%70%-
HSV(B)265.04º48.73%92.55%-
XYZ38.3428.1782.77-
YUV148.46177.4142.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 32.13%
GREEN value IS 121 (47.66% from 255) = 23.00%
BLUE value IS 236 (92.58% from 255) = 44.87%
R=32.13%
G=23.00%
B=44.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1691212360.280.4900.07265.0475.1670
HexA979EC1C31071094b46
Octal251171354346107411113106
Binary1010100111110011110110011100110001011110000100110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A979EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A979EC; }

 p { color: rgb(169,121,236); }

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

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

 a { background-color: rgb(169,121,236); }

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

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

 span { border-color: rgb(169,121,236); }

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