#A16BEA

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

Shades of Medium Purple #A16BEA

Tints of Medium Purple #A16BEA

Color information

#A16BEA (or 0xA16BEA) is unknown color: approx Medium Purple. HEX triplet: A1, 6B and EA. RGB value is (161,107,234). Sum of RGB (Red+Green+Blue) = 161+107+234=502 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.07% from 502); Green value is 107 (42.19% from 255 or 21.31% from 502); Blue value is 234 (91.80% from 255 or 46.61% from 502); Max value from RGB is 234 - color contains mainly: blue. Hex color #A16BEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BEA is #5E9415. Grayscale: #898989. Windows color (decimal): -6198294 or 15362977. OLE color: 15362977.

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

Color convert

RGB161107234-
CMYK0.310.5400.08
HSL265.51º75.15%66.86%-
HSV(B)265.51º54.27%91.76%-
XYZ34.8124.0380.65-
YUV137.62182.39144.67-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 32.07%
GREEN value IS 107 (42.19% from 255) = 21.31%
BLUE value IS 234 (91.80% from 255) = 46.61%
R=32.07%
G=21.31%
B=46.61%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1611072340.310.5400.08265.5175.1566.86
HexA16BEA1F360810a4b43
Octal2411533523766010412113103
Binary10100001110101111101010111111101100100010000101010010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16BEA; }

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

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

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

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

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

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

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

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