#A16EFA

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

Shades of Medium Purple #A16EFA

Tints of Medium Purple #A16EFA

Color information

#A16EFA (or 0xA16EFA) is unknown color: approx Medium Purple. HEX triplet: A1, 6E and FA. RGB value is (161,110,250). Sum of RGB (Red+Green+Blue) = 161+110+250=521 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.90% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 250 (98.05% from 255 or 47.98% from 521); Max value from RGB is 250 - color contains mainly: blue. Hex color #A16EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16EFA is #5E9105. Grayscale: #8C8C8C. Windows color (decimal): -6197510 or 16412321. OLE color: 16412321.

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

Color convert

RGB161110250-
CMYK0.360.5600.02
HSL261.86º93.33%70.59%-
HSV(B)261.86º56%98.04%-
XYZ37.5325.6393.41-
YUV141.21189.4142.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 30.90%
GREEN value IS 110 (43.36% from 255) = 21.11%
BLUE value IS 250 (98.05% from 255) = 47.98%
R=30.90%
G=21.11%
B=47.98%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1611102500.360.5600.02261.8693.3370.59
HexA16EFA2438021065d47
Octal241156372447002406135107
Binary1010000111011101111101010010011100001010000011010111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16EFA; }

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

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

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

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

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

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

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

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