#A681EE

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

Shades of Medium Purple #A681EE

Tints of Medium Purple #A681EE

Color information

#A681EE (or 0xA681EE) is unknown color: approx Medium Purple. HEX triplet: A6, 81 and EE. RGB value is (166,129,238). Sum of RGB (Red+Green+Blue) = 166+129+238=533 (70% of max value = 765). Red value is 166 (65.23% from 255 or 31.14% from 533); Green value is 129 (50.78% from 255 or 24.20% from 533); Blue value is 238 (93.36% from 255 or 44.65% from 533); Max value from RGB is 238 - color contains mainly: blue. Hex color #A681EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A681EE is #597E11. Grayscale: #989898. Windows color (decimal): -5864978 or 15630758. OLE color: 15630758.

HSL color Cylindrical-coordinate representation of color #A681EE: hue angle of 260.37º 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 #A681EE is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB166129238-
CMYK0.300.4600.07
HSL260.37º76.22%71.96%-
HSV(B)260.37º45.8%93.33%-
XYZ39.0129.9884.62-
YUV152.49176.26137.64-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 31.14%
GREEN value IS 129 (50.78% from 255) = 24.20%
BLUE value IS 238 (93.36% from 255) = 44.65%
R=31.14%
G=24.20%
B=44.65%

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
Decimal1661292380.300.4600.07260.3776.2271.96
HexA681EE1E2E071044c48
Octal246201356365607404114110
Binary10100110100000011110111011110101110011110000010010011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A681EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A681EE; }

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

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

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

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

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

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

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

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