#A676F4

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

Shades of Medium Purple #A676F4

Tints of Medium Purple #A676F4

Color information

#A676F4 (or 0xA676F4) is unknown color: approx Medium Purple. HEX triplet: A6, 76 and F4. RGB value is (166,118,244). Sum of RGB (Red+Green+Blue) = 166+118+244=528 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.44% from 528); Green value is 118 (46.48% from 255 or 22.35% from 528); Blue value is 244 (95.70% from 255 or 46.21% from 528); Max value from RGB is 244 - color contains mainly: blue. Hex color #A676F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A676F4 is #59890B. Grayscale: #929292. Windows color (decimal): -5867788 or 16021158. OLE color: 16021158.

HSL color Cylindrical-coordinate representation of color #A676F4: hue angle of 262.86º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A676F4 is Cyan = 0.32, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB166118244-
CMYK0.320.5200.04
HSL262.86º85.14%70.98%-
HSV(B)262.86º51.64%95.69%-
XYZ38.5327.688.88-
YUV146.72182.9141.75-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.44%
GREEN value IS 118 (46.48% from 255) = 22.35%
BLUE value IS 244 (95.70% from 255) = 46.21%
R=31.44%
G=22.35%
B=46.21%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1661182440.320.5200.04262.8685.1470.98
HexA676F42034041075547
Octal246166364406404407125107
Binary10100110111011011110100100000110100010010000011110101011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A676F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A676F4; }

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

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

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

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

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

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

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

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