#A354D5

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

Shades of Amethyst #A354D5

Tints of Amethyst #A354D5

Color information

#A354D5 (or 0xA354D5) is unknown color: approx Amethyst. HEX triplet: A3, 54 and D5. RGB value is (163,84,213). Sum of RGB (Red+Green+Blue) = 163+84+213=460 (60% of max value = 765). Red value is 163 (64.06% from 255 or 35.43% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 213 (83.59% from 255 or 46.30% from 460); Max value from RGB is 213 - color contains mainly: blue. Hex color #A354D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A354D5 is #5CAB2A. Grayscale: #797979. Windows color (decimal): -6073131 or 13980835. OLE color: 13980835.

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

Color convert

RGB16384213-
CMYK0.230.6100.16
HSL276.74º60.56%58.24%-
HSV(B)276.74º60.56%83.53%-
XYZ30.2818.9365.01-
YUV122.33179.17157.01-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 35.43%
GREEN value IS 84 (33.20% from 255) = 18.26%
BLUE value IS 213 (83.59% from 255) = 46.30%
R=35.43%
G=18.26%
B=46.30%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal163842130.230.6100.16276.7460.5658.24
HexA354D5173D0101153d3a
Octal24312432527750204257572
Binary1010001110101001101010110111111101010000100010101111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A354D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A354D5; }

 p { color: rgb(163,84,213); }

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

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

 a { background-color: rgb(163,84,213); }

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

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

 span { border-color: rgb(163,84,213); }

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