#A679EC

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

Shades of Medium Purple #A679EC

Tints of Medium Purple #A679EC

Color information

#A679EC (or 0xA679EC) is unknown color: approx Medium Purple. HEX triplet: A6, 79 and EC. RGB value is (166,121,236). Sum of RGB (Red+Green+Blue) = 166+121+236=523 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.74% from 523); Green value is 121 (47.66% from 255 or 23.14% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #A679EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A679EC is #598613. Grayscale: #939393. Windows color (decimal): -5867028 or 15497638. OLE color: 15497638.

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

Color convert

RGB166121236-
CMYK0.300.4900.07
HSL263.48º75.16%70%-
HSV(B)263.48º48.73%92.55%-
XYZ37.727.8482.74-
YUV147.56177.91141.15-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.74%
GREEN value IS 121 (47.66% from 255) = 23.14%
BLUE value IS 236 (92.58% from 255) = 45.12%
R=31.74%
G=23.14%
B=45.12%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661212360.300.4900.07263.4875.1670
HexA679EC1E31071074b46
Octal246171354366107407113106
Binary1010011011110011110110011110110001011110000011110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A679EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A679EC; }

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

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

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

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

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

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

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

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