#A679E5

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

Shades of Medium Purple #A679E5

Tints of Medium Purple #A679E5

Color information

#A679E5 (or 0xA679E5) is unknown color: approx Medium Purple. HEX triplet: A6, 79 and E5. RGB value is (166,121,229). Sum of RGB (Red+Green+Blue) = 166+121+229=516 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.17% from 516); Green value is 121 (47.66% from 255 or 23.45% from 516); Blue value is 229 (89.84% from 255 or 44.38% from 516); Max value from RGB is 229 - color contains mainly: blue. Hex color #A679E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A679E5 is #59861A. Grayscale: #929292. Windows color (decimal): -5867035 or 15038886. OLE color: 15038886.

HSL color Cylindrical-coordinate representation of color #A679E5: hue angle of 265º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A679E5 is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB166121229-
CMYK0.280.4700.10
HSL265º67.5%68.63%-
HSV(B)265º47.16%89.8%-
XYZ36.7127.4477.49-
YUV146.77174.41141.72-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 32.17%
GREEN value IS 121 (47.66% from 255) = 23.45%
BLUE value IS 229 (89.84% from 255) = 44.38%
R=32.17%
G=23.45%
B=44.38%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1661212290.280.4700.1026567.568.63
HexA679E51C2F0A1094445
Octal2461713453457012411104105
Binary10100110111100111100101111001011110101010000100110001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A679E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A679E5; }

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

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

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

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

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

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

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

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