#A684E5

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

Shades of Medium Purple #A684E5

Tints of Medium Purple #A684E5

Color information

#A684E5 (or 0xA684E5) is unknown color: approx Medium Purple. HEX triplet: A6, 84 and E5. RGB value is (166,132,229). Sum of RGB (Red+Green+Blue) = 166+132+229=527 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.50% from 527); Green value is 132 (51.95% from 255 or 25.05% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #A684E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A684E5 is #597B1A. Grayscale: #989898. Windows color (decimal): -5864219 or 15041702. OLE color: 15041702.

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

Color convert

RGB166132229-
CMYK0.280.4200.10
HSL261.03º65.1%70.78%-
HSV(B)261.03º42.36%89.8%-
XYZ38.1230.2777.96-
YUV153.22170.76137.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.50%
GREEN value IS 132 (51.95% from 255) = 25.05%
BLUE value IS 229 (89.84% from 255) = 43.45%
R=31.50%
G=25.05%
B=43.45%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1661322290.280.4200.10261.0365.170.78
HexA684E51C2A0A1054147
Octal2462043453452012405101107
Binary101001101000010011100101111001010100101010000010110000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684E5; }

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

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

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

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

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

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

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

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