#a16bec

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

Shades of Medium Purple #A16BEC

Tints of Medium Purple #A16BEC

Color information

#A16BEC (or 0xA16BEC) is unknown color: approx Medium Purple. HEX triplet: A1, 6B and EC. RGB value is (161,107,236). Sum of RGB (Red+Green+Blue) = 161+107+236=504 (66% of max value = 765). Red value is 161 (63.28% from 255 or 31.94% from 504); Green value is 107 (42.19% from 255 or 21.23% from 504); Blue value is 236 (92.58% from 255 or 46.83% from 504); Max value from RGB is 236 - color contains mainly: blue. Hex color #A16BEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BEC is #5E9413. Grayscale: #898989. Windows color (decimal): -6198292 or 15494049. OLE color: 15494049.

HSL color Cylindrical-coordinate representation of color #A16BEC: hue angle of 265.12º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A16BEC is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB161107236-
CMYK0.320.5500.07
HSL265.12º77.25%67.25%-
HSV(B)265.12º54.66%92.55%-
XYZ35.124.1582.17-
YUV137.85183.39144.51-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.94%
GREEN value IS 107 (42.19% from 255) = 21.23%
BLUE value IS 236 (92.58% from 255) = 46.83%
R=31.94%
G=21.23%
B=46.83%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1611072360.320.5500.07265.1277.2567.25
HexA16BEC2037071094d43
Octal241153354406707411115103
Binary10100001110101111101100100000110111011110000100110011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a16bec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a16bec; }

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

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

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

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

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

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

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

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