#A163EA

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

Shades of Medium Purple #A163EA

Tints of Medium Purple #A163EA

Color information

#A163EA (or 0xA163EA) is unknown color: approx Medium Purple. HEX triplet: A1, 63 and EA. RGB value is (161,99,234). Sum of RGB (Red+Green+Blue) = 161+99+234=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 99 (39.06% from 255 or 20.04% from 494); Blue value is 234 (91.80% from 255 or 47.37% from 494); Max value from RGB is 234 - color contains mainly: blue. Hex color #A163EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A163EA is #5E9C15. Grayscale: #848484. Windows color (decimal): -6200342 or 15360929. OLE color: 15360929.

HSL color Cylindrical-coordinate representation of color #A163EA: hue angle of 267.56º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A163EA is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB16199234-
CMYK0.310.5800.08
HSL267.56º76.27%65.29%-
HSV(B)267.56º57.69%91.76%-
XYZ34.0122.4480.38-
YUV132.93185.04148.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.59%
GREEN value IS 99 (39.06% from 255) = 20.04%
BLUE value IS 234 (91.80% from 255) = 47.37%
R=32.59%
G=20.04%
B=47.37%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal161992340.310.5800.08267.5676.2765.29
HexA163EA1F3A0810c4c41
Octal2411433523772010414114101
Binary10100001110001111101010111111110100100010000110010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163EA; }

 p { color: rgb(161,99,234); }

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

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

 a { background-color: rgb(161,99,234); }

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

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

 span { border-color: rgb(161,99,234); }

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