#A676ED

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

Shades of Medium Purple #A676ED

Tints of Medium Purple #A676ED

Color information

#A676ED (or 0xA676ED) is unknown color: approx Medium Purple. HEX triplet: A6, 76 and ED. RGB value is (166,118,237). Sum of RGB (Red+Green+Blue) = 166+118+237=521 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.86% from 521); Green value is 118 (46.48% from 255 or 22.65% 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 #A676ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A676ED is #598912. Grayscale: #919191. Windows color (decimal): -5867795 or 15562406. OLE color: 15562406.

HSL color Cylindrical-coordinate representation of color #A676ED: hue angle of 264.2º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A676ED is Cyan = 0.30, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166118237-
CMYK0.300.5000.07
HSL264.2º76.77%69.61%-
HSV(B)264.2º50.21%92.94%-
XYZ37.4927.1883.39-
YUV145.92179.4142.32-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.86%
GREEN value IS 118 (46.48% from 255) = 22.65%
BLUE value IS 237 (92.97% from 255) = 45.49%
R=31.86%
G=22.65%
B=45.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661182370.300.5000.07264.276.7769.61
HexA676ED1E32071084d46
Octal246166355366207410115106
Binary1010011011101101110110111110110010011110000100010011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A676ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A676ED; }

 p { color: rgb(166,118,237); }

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

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

 a { background-color: rgb(166,118,237); }

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

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

 span { border-color: rgb(166,118,237); }

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