#A16FD7

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

Shades of Amethyst #A16FD7

Tints of Amethyst #A16FD7

Color information

#A16FD7 (or 0xA16FD7) is unknown color: approx Amethyst. HEX triplet: A1, 6F and D7. RGB value is (161,111,215). Sum of RGB (Red+Green+Blue) = 161+111+215=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 215 (84.38% from 255 or 44.15% from 487); Max value from RGB is 215 - color contains mainly: blue. Hex color #A16FD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16FD7 is #5E9028. Grayscale: #898989. Windows color (decimal): -6197289 or 14118817. OLE color: 14118817.

HSL color Cylindrical-coordinate representation of color #A16FD7: hue angle of 268.85º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A16FD7 is Cyan = 0.25, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB161111215-
CMYK0.250.4800.16
HSL268.85º56.52%63.92%-
HSV(B)268.85º48.37%84.31%-
XYZ32.6523.8567.17-
YUV137.81171.56144.54-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.06%
GREEN value IS 111 (43.75% from 255) = 22.79%
BLUE value IS 215 (84.38% from 255) = 44.15%
R=33.06%
G=22.79%
B=44.15%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611112150.250.4800.16268.8556.5263.92
HexA16FD7193001010d3940
Octal241157327316002041571100
Binary10100001110111111010111110011100000100001000011011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16FD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16FD7; }

 p { color: rgb(161,111,215); }

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

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

 a { background-color: rgb(161,111,215); }

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

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

 span { border-color: rgb(161,111,215); }

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