#A684F4

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

Shades of Medium Purple #A684F4

Tints of Medium Purple #A684F4

Color information

#A684F4 (or 0xA684F4) is unknown color: approx Medium Purple. HEX triplet: A6, 84 and F4. RGB value is (166,132,244). Sum of RGB (Red+Green+Blue) = 166+132+244=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 132 (51.95% from 255 or 24.35% from 542); Blue value is 244 (95.70% from 255 or 45.02% from 542); Max value from RGB is 244 - color contains mainly: blue. Hex color #A684F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A684F4 is #597B0B. Grayscale: #9A9A9A. Windows color (decimal): -5864204 or 16024742. OLE color: 16024742.

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

Color convert

RGB166132244-
CMYK0.320.4600.04
HSL258.21º83.58%73.73%-
HSV(B)258.21º45.9%95.69%-
XYZ40.3131.1489.47-
YUV154.93178.26135.89-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.63%
GREEN value IS 132 (51.95% from 255) = 24.35%
BLUE value IS 244 (95.70% from 255) = 45.02%
R=30.63%
G=24.35%
B=45.02%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1661322440.320.4600.04258.2183.5873.73
HexA684F4202E04102544a
Octal246204364405604402124112
Binary101001101000010011110100100000101110010010000001010101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684F4; }

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

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

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

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

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

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

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

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