#A164E7

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

Shades of Medium Purple #A164E7

Tints of Medium Purple #A164E7

Color information

#A164E7 (or 0xA164E7) is unknown color: approx Medium Purple. HEX triplet: A1, 64 and E7. RGB value is (161,100,231). Sum of RGB (Red+Green+Blue) = 161+100+231=492 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.72% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 231 (90.62% from 255 or 46.95% from 492); Max value from RGB is 231 - color contains mainly: blue. Hex color #A164E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A164E7 is #5E9B18. Grayscale: #848484. Windows color (decimal): -6200089 or 15164577. OLE color: 15164577.

HSL color Cylindrical-coordinate representation of color #A164E7: hue angle of 267.94º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A164E7 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB161100231-
CMYK0.300.5700.09
HSL267.94º73.18%64.9%-
HSV(B)267.94º56.71%90.59%-
XYZ33.6822.4678.16-
YUV133.17183.21147.85-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.72%
GREEN value IS 100 (39.45% from 255) = 20.33%
BLUE value IS 231 (90.62% from 255) = 46.95%
R=32.72%
G=20.33%
B=46.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1611002310.300.5700.09267.9473.1864.9
HexA164E71E390910c4941
Octal2411443473671011414111101
Binary10100001110010011100111111101110010100110000110010010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A164E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A164E7; }

 p { color: rgb(161,100,231); }

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

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

 a { background-color: rgb(161,100,231); }

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

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

 span { border-color: rgb(161,100,231); }

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