#A16ED5

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

Shades of Amethyst #A16ED5

Tints of Amethyst #A16ED5

Color information

#A16ED5 (or 0xA16ED5) is unknown color: approx Amethyst. HEX triplet: A1, 6E and D5. RGB value is (161,110,213). Sum of RGB (Red+Green+Blue) = 161+110+213=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 213 (83.59% from 255 or 44.01% from 484); Max value from RGB is 213 - color contains mainly: blue. Hex color #A16ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16ED5 is #5E912A. Grayscale: #888888. Windows color (decimal): -6197547 or 13987489. OLE color: 13987489.

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

Color convert

RGB161110213-
CMYK0.240.4800.16
HSL269.71º55.08%63.33%-
HSV(B)269.71º48.36%83.53%-
XYZ32.2823.5365.79-
YUV136.99170.9145.12-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.26%
GREEN value IS 110 (43.36% from 255) = 22.73%
BLUE value IS 213 (83.59% from 255) = 44.01%
R=33.26%
G=22.73%
B=44.01%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611102130.240.4800.16269.7155.0863.33
HexA16ED5183001010e373f
Octal24115632530600204166777
Binary1010000111011101101010111000110000010000100001110110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16ED5; }

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

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

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

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

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

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

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

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