#A16BFA

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

Shades of Medium Purple #A16BFA

Tints of Medium Purple #A16BFA

Color information

#A16BFA (or 0xA16BFA) is unknown color: approx Medium Purple. HEX triplet: A1, 6B and FA. RGB value is (161,107,250). Sum of RGB (Red+Green+Blue) = 161+107+250=518 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.08% from 518); Green value is 107 (42.19% from 255 or 20.66% from 518); Blue value is 250 (98.05% from 255 or 48.26% from 518); Max value from RGB is 250 - color contains mainly: blue. Hex color #A16BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16BFA is #5E9405. Grayscale: #8A8A8A. Windows color (decimal): -6198278 or 16411553. OLE color: 16411553.

HSL color Cylindrical-coordinate representation of color #A16BFA: hue angle of 262.66º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A16BFA is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB161107250-
CMYK0.360.5700.02
HSL262.66º93.46%70%-
HSV(B)262.66º57.2%98.04%-
XYZ37.2124.9993.31-
YUV139.45190.39143.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 31.08%
GREEN value IS 107 (42.19% from 255) = 20.66%
BLUE value IS 250 (98.05% from 255) = 48.26%
R=31.08%
G=20.66%
B=48.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611072500.360.5700.02262.6693.4670
HexA16BFA2439021075d46
Octal241153372447102407135106
Binary1010000111010111111101010010011100101010000011110111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16BFA; }

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

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

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

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

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

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

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

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