#A684EB

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

Shades of Medium Purple #A684EB

Tints of Medium Purple #A684EB

Color information

#A684EB (or 0xA684EB) is unknown color: approx Medium Purple. HEX triplet: A6, 84 and EB. RGB value is (166,132,235). Sum of RGB (Red+Green+Blue) = 166+132+235=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 235 (92.19% from 255 or 44.09% from 533); Max value from RGB is 235 - color contains mainly: blue. Hex color #A684EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A684EB is #597B14. Grayscale: #999999. Windows color (decimal): -5864213 or 15434918. OLE color: 15434918.

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

Color convert

RGB166132235-
CMYK0.290.4400.08
HSL259.81º72.03%71.96%-
HSV(B)259.81º43.83%92.16%-
XYZ38.9730.6182.45-
YUV153.91173.76136.62-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 132 (51.95% from 255) = 24.77%
BLUE value IS 235 (92.19% from 255) = 44.09%
R=31.14%
G=24.77%
B=44.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1661322350.290.4400.08259.8172.0371.96
HexA684EB1D2C081044848
Octal2462043533554010404110110
Binary101001101000010011101011111011011000100010000010010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684EB; }

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

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

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

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

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

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

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

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