#A659F2

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

Shades of Medium Purple #A659F2

Tints of Medium Purple #A659F2

Color information

#A659F2 (or 0xA659F2) is unknown color: approx Medium Purple. HEX triplet: A6, 59 and F2. RGB value is (166,89,242). Sum of RGB (Red+Green+Blue) = 166+89+242=497 (65% of max value = 765). Red value is 166 (65.23% from 255 or 33.40% from 497); Green value is 89 (35.16% from 255 or 17.91% from 497); Blue value is 242 (94.92% from 255 or 48.69% from 497); Max value from RGB is 242 - color contains mainly: blue. Hex color #A659F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A659F2 is #59A60D. Grayscale: #808080. Windows color (decimal): -5875214 or 15882662. OLE color: 15882662.

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

Color convert

RGB16689242-
CMYK0.310.6300.05
HSL270.2º85.47%64.9%-
HSV(B)270.2º63.22%94.9%-
XYZ35.3321.6686.32-
YUV129.46191.51154.06-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 33.40%
GREEN value IS 89 (35.16% from 255) = 17.91%
BLUE value IS 242 (94.92% from 255) = 48.69%
R=33.40%
G=17.91%
B=48.69%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal166892420.310.6300.05270.285.4764.9
HexA659F21F3F0510e5541
Octal246131362377705416125101
Binary1010011010110011111001011111111111010110000111010101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A659F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A659F2; }

 p { color: rgb(166,89,242); }

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

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

 a { background-color: rgb(166,89,242); }

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

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

 span { border-color: rgb(166,89,242); }

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