#A16DC7

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

Shades of Amethyst #A16DC7

Tints of Amethyst #A16DC7

Color information

#A16DC7 (or 0xA16DC7) is unknown color: approx Amethyst. HEX triplet: A1, 6D and C7. RGB value is (161,109,199). Sum of RGB (Red+Green+Blue) = 161+109+199=469 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.33% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 199 (78.12% from 255 or 42.43% from 469); Max value from RGB is 199 - color contains mainly: blue. Hex color #A16DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16DC7 is #5E9238. Grayscale: #868686. Windows color (decimal): -6197817 or 13069729. OLE color: 13069729.

HSL color Cylindrical-coordinate representation of color #A16DC7: hue angle of 274.67º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A16DC7 is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB161109199-
CMYK0.190.4500.22
HSL274.67º44.55%60.39%-
HSV(B)274.67º45.23%78.04%-
XYZ30.4822.6456.8-
YUV134.81164.23146.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.33%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 199 (78.12% from 255) = 42.43%
R=34.33%
G=23.24%
B=42.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1611091990.190.4500.22274.6744.5560.39
HexA16DC7132D0161132d3c
Octal24115530723550264235574
Binary1010000111011011100011110011101101010110100010011101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16DC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16DC7; }

 p { color: rgb(161,109,199); }

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

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

 a { background-color: rgb(161,109,199); }

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

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

 span { border-color: rgb(161,109,199); }

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