#A359DA

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

Shades of Amethyst #A359DA

Tints of Amethyst #A359DA

Color information

#A359DA (or 0xA359DA) is unknown color: approx Amethyst. HEX triplet: A3, 59 and DA. RGB value is (163,89,218). Sum of RGB (Red+Green+Blue) = 163+89+218=470 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.68% from 470); Green value is 89 (35.16% from 255 or 18.94% from 470); Blue value is 218 (85.55% from 255 or 46.38% from 470); Max value from RGB is 218 - color contains mainly: blue. Hex color #A359DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359DA is #5CA625. Grayscale: #7D7D7D. Windows color (decimal): -6071846 or 14309795. OLE color: 14309795.

HSL color Cylindrical-coordinate representation of color #A359DA: hue angle of 274.42º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A359DA is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16389218-
CMYK0.250.5900.15
HSL274.42º63.55%60.2%-
HSV(B)274.42º59.17%85.49%-
XYZ31.3319.9968.54-
YUV125.83180.02154.51-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.68%
GREEN value IS 89 (35.16% from 255) = 18.94%
BLUE value IS 218 (85.55% from 255) = 46.38%
R=34.68%
G=18.94%
B=46.38%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal163892180.250.5900.15274.4263.5560.2
HexA359DA193B0F112403c
Octal243131332317301742210074
Binary1010001110110011101101011001111011011111000100101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A359DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A359DA; }

 p { color: rgb(163,89,218); }

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

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

 a { background-color: rgb(163,89,218); }

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

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

 span { border-color: rgb(163,89,218); }

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