#A684F1

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

Shades of Medium Purple #A684F1

Tints of Medium Purple #A684F1

Color information

#A684F1 (or 0xA684F1) is unknown color: approx Medium Purple. HEX triplet: A6, 84 and F1. RGB value is (166,132,241). Sum of RGB (Red+Green+Blue) = 166+132+241=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 241 (94.53% from 255 or 44.71% from 539); Max value from RGB is 241 - color contains mainly: blue. Hex color #A684F1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A684F1 is #597B0E. Grayscale: #9A9A9A. Windows color (decimal): -5864207 or 15828134. OLE color: 15828134.

HSL color Cylindrical-coordinate representation of color #A684F1: hue angle of 258.72º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A684F1 is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB166132241-
CMYK0.310.4500.05
HSL258.72º79.56%73.14%-
HSV(B)258.72º45.23%94.51%-
XYZ39.8530.9687.09-
YUV154.59176.76136.14-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 30.80%
GREEN value IS 132 (51.95% from 255) = 24.49%
BLUE value IS 241 (94.53% from 255) = 44.71%
R=30.80%
G=24.49%
B=44.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1661322410.310.4500.05258.7279.5673.14
HexA684F11F2D051035049
Octal246204361375505403120111
Binary10100110100001001111000111111101101010110000001110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A684F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A684F1; }

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

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

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

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

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

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

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

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