#A16BE3

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

Shades of Medium Purple #A16BE3

Tints of Medium Purple #A16BE3

Color information

#A16BE3 (or 0xA16BE3) is unknown color: approx Medium Purple. HEX triplet: A1, 6B and E3. RGB value is (161,107,227). Sum of RGB (Red+Green+Blue) = 161+107+227=495 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.53% from 495); Green value is 107 (42.19% from 255 or 21.62% from 495); Blue value is 227 (89.06% from 255 or 45.86% from 495); Max value from RGB is 227 - color contains mainly: blue. Hex color #A16BE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16BE3 is #5E941C. Grayscale: #888888. Windows color (decimal): -6198301 or 14904225. OLE color: 14904225.

HSL color Cylindrical-coordinate representation of color #A16BE3: hue angle of 267º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A16BE3 is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB161107227-
CMYK0.290.5300.11
HSL267º68.18%65.49%-
HSV(B)267º52.86%89.02%-
XYZ33.8223.6475.45-
YUV136.83178.89145.24-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.53%
GREEN value IS 107 (42.19% from 255) = 21.62%
BLUE value IS 227 (89.06% from 255) = 45.86%
R=32.53%
G=21.62%
B=45.86%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1611072270.290.5300.1126768.1865.49
HexA16BE31D350B10b4441
Octal2411533433565013413104101
Binary10100001110101111100011111011101010101110000101110001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16BE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16BE3; }

 p { color: rgb(161,107,227); }

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

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

 a { background-color: rgb(161,107,227); }

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

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

 span { border-color: rgb(161,107,227); }

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