#a661ec

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

Shades of Medium Purple #A661EC

Tints of Medium Purple #A661EC

Color information

#A661EC (or 0xA661EC) is unknown color: approx Medium Purple. HEX triplet: A6, 61 and EC. RGB value is (166,97,236). Sum of RGB (Red+Green+Blue) = 166+97+236=499 (66% of max value = 765). Red value is 166 (65.23% from 255 or 33.27% from 499); Green value is 97 (38.28% from 255 or 19.44% from 499); Blue value is 236 (92.58% from 255 or 47.29% from 499); Max value from RGB is 236 - color contains mainly: blue. Hex color #A661EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A661EC is #599E13. Grayscale: #848484. Windows color (decimal): -5873172 or 15491494. OLE color: 15491494.

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

Color convert

RGB16697236-
CMYK0.300.5900.07
HSL269.78º78.53%65.29%-
HSV(B)269.78º58.9%92.55%-
XYZ35.1422.7181.89-
YUV133.48185.86151.2-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.27%
GREEN value IS 97 (38.28% from 255) = 19.44%
BLUE value IS 236 (92.58% from 255) = 47.29%
R=33.27%
G=19.44%
B=47.29%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal166972360.300.5900.07269.7878.5365.29
HexA661EC1E3B0710e4f41
Octal246141354367307416117101
Binary1010011011000011110110011110111011011110000111010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a661ec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a661ec; }

 p { color: rgb(166,97,236); }

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

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

 a { background-color: rgb(166,97,236); }

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

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

 span { border-color: rgb(166,97,236); }

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