#A680EE

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

Shades of Medium Purple #A680EE

Tints of Medium Purple #A680EE

Color information

#A680EE (or 0xA680EE) is unknown color: approx Medium Purple. HEX triplet: A6, 80 and EE. RGB value is (166,128,238). Sum of RGB (Red+Green+Blue) = 166+128+238=532 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.20% from 532); Green value is 128 (50.39% from 255 or 24.06% from 532); Blue value is 238 (93.36% from 255 or 44.74% from 532); Max value from RGB is 238 - color contains mainly: blue. Hex color #A680EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A680EE is #597F11. Grayscale: #979797. Windows color (decimal): -5865234 or 15630502. OLE color: 15630502.

HSL color Cylindrical-coordinate representation of color #A680EE: hue angle of 260.73º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A680EE is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166128238-
CMYK0.300.4600.07
HSL260.73º76.39%71.76%-
HSV(B)260.73º46.22%93.33%-
XYZ38.8829.7284.58-
YUV151.9176.59138.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.20%
GREEN value IS 128 (50.39% from 255) = 24.06%
BLUE value IS 238 (93.36% from 255) = 44.74%
R=31.20%
G=24.06%
B=44.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1661282380.300.4600.07260.7376.3971.76
HexA680EE1E2E071054c48
Octal246200356365607405114110
Binary10100110100000001110111011110101110011110000010110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A680EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A680EE; }

 p { color: rgb(166,128,238); }

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

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

 a { background-color: rgb(166,128,238); }

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

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

 span { border-color: rgb(166,128,238); }

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