#A163DA

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

Shades of Amethyst #A163DA

Tints of Amethyst #A163DA

Color information

#A163DA (or 0xA163DA) is unknown color: approx Amethyst. HEX triplet: A1, 63 and DA. RGB value is (161,99,218). Sum of RGB (Red+Green+Blue) = 161+99+218=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 99 (39.06% from 255 or 20.71% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 218 - color contains mainly: blue. Hex color #A163DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163DA is #5E9C25. Grayscale: #828282. Windows color (decimal): -6200358 or 14312353. OLE color: 14312353.

HSL color Cylindrical-coordinate representation of color #A163DA: hue angle of 271.26º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A163DA is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16199218-
CMYK0.260.5500.15
HSL271.26º61.66%62.16%-
HSV(B)271.26º54.59%85.49%-
XYZ31.8121.5668.81-
YUV131.1177.04149.32-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 33.68%
GREEN value IS 99 (39.06% from 255) = 20.71%
BLUE value IS 218 (85.55% from 255) = 45.61%
R=33.68%
G=20.71%
B=45.61%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161992180.260.5500.15271.2661.6662.16
HexA163DA1A370F10f3e3e
Octal24114333232670174177676
Binary101000011100011110110101101011011101111100001111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163DA; }

 p { color: rgb(161,99,218); }

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

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

 a { background-color: rgb(161,99,218); }

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

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

 span { border-color: rgb(161,99,218); }

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