#A163D5

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

Shades of Amethyst #A163D5

Tints of Amethyst #A163D5

Color information

#A163D5 (or 0xA163D5) is unknown color: approx Amethyst. HEX triplet: A1, 63 and D5. RGB value is (161,99,213). Sum of RGB (Red+Green+Blue) = 161+99+213=473 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.04% from 473); Green value is 99 (39.06% from 255 or 20.93% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 213 - color contains mainly: blue. Hex color #A163D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A163D5 is #5E9C2A. Grayscale: #828282. Windows color (decimal): -6200363 or 13984673. OLE color: 13984673.

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

Color convert

RGB16199213-
CMYK0.240.5400.16
HSL272.63º57.58%61.18%-
HSV(B)272.63º53.52%83.53%-
XYZ31.1721.365.42-
YUV130.53174.54149.73-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 34.04%
GREEN value IS 99 (39.06% from 255) = 20.93%
BLUE value IS 213 (83.59% from 255) = 45.03%
R=34.04%
G=20.93%
B=45.03%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal161992130.240.5400.16272.6357.5861.18
HexA163D518360101113a3d
Octal24114332530660204217275
Binary1010000111000111101010111000110110010000100010001111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A163D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A163D5; }

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

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

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

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

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

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

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

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