#A160D5

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

Shades of Amethyst #A160D5

Tints of Amethyst #A160D5

Color information

#A160D5 (or 0xA160D5) is unknown color: approx Amethyst. HEX triplet: A1, 60 and D5. RGB value is (161,96,213). Sum of RGB (Red+Green+Blue) = 161+96+213=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #A160D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A160D5 is #5E9F2A. Grayscale: #808080. Windows color (decimal): -6201131 or 13983905. OLE color: 13983905.

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

Color convert

RGB16196213-
CMYK0.240.5500.16
HSL273.33º58.21%60.59%-
HSV(B)273.33º54.93%83.53%-
XYZ30.8920.7565.33-
YUV128.77175.53150.99-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.26%
GREEN value IS 96 (37.89% from 255) = 20.43%
BLUE value IS 213 (83.59% from 255) = 45.32%
R=34.26%
G=20.43%
B=45.32%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161962130.240.5500.16273.3358.2160.59
HexA160D518370101113a3d
Octal24114032530670204217275
Binary1010000111000001101010111000110111010000100010001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A160D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A160D5; }

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

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

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

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

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

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

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

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