#A16AD5

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

Shades of Amethyst #A16AD5

Tints of Amethyst #A16AD5

Color information

#A16AD5 (or 0xA16AD5) is unknown color: approx Amethyst. HEX triplet: A1, 6A and D5. RGB value is (161,106,213). Sum of RGB (Red+Green+Blue) = 161+106+213=480 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.54% from 480); Green value is 106 (41.80% from 255 or 22.08% from 480); Blue value is 213 (83.59% from 255 or 44.38% from 480); Max value from RGB is 213 - color contains mainly: blue. Hex color #A16AD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A16AD5 is #5E952A. Grayscale: #868686. Windows color (decimal): -6198571 or 13986465. OLE color: 13986465.

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

Color convert

RGB161106213-
CMYK0.240.5000.16
HSL270.84º56.02%62.55%-
HSV(B)270.84º50.23%83.53%-
XYZ31.8622.6965.65-
YUV134.64172.22146.8-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.54%
GREEN value IS 106 (41.80% from 255) = 22.08%
BLUE value IS 213 (83.59% from 255) = 44.38%
R=33.54%
G=22.08%
B=44.38%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1611062130.240.5000.16270.8456.0262.55
HexA16AD5183201010f383f
Octal24115232530620204177077
Binary1010000111010101101010111000110010010000100001111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A16AD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A16AD5; }

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

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

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

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

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

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

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

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