#A679EA

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

Shades of Medium Purple #A679EA

Tints of Medium Purple #A679EA

Color information

#A679EA (or 0xA679EA) is unknown color: approx Medium Purple. HEX triplet: A6, 79 and EA. RGB value is (166,121,234). Sum of RGB (Red+Green+Blue) = 166+121+234=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 121 (47.66% from 255 or 23.22% from 521); Blue value is 234 (91.80% from 255 or 44.91% from 521); Max value from RGB is 234 - color contains mainly: blue. Hex color #A679EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A679EA is #598615. Grayscale: #929292. Windows color (decimal): -5867030 or 15366566. OLE color: 15366566.

HSL color Cylindrical-coordinate representation of color #A679EA: hue angle of 263.89º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A679EA is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB166121234-
CMYK0.290.4800.08
HSL263.89º72.9%69.61%-
HSV(B)263.89º48.29%91.76%-
XYZ37.4127.7281.22-
YUV147.34176.91141.31-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 121 (47.66% from 255) = 23.22%
BLUE value IS 234 (91.80% from 255) = 44.91%
R=31.86%
G=23.22%
B=44.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661212340.290.4800.08263.8972.969.61
HexA679EA1D30081084946
Octal2461713523560010410111106
Binary10100110111100111101010111011100000100010000100010010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A679EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A679EA; }

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

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

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

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

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

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

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

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