#A359D8

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

Shades of Amethyst #A359D8

Tints of Amethyst #A359D8

Color information

#A359D8 (or 0xA359D8) is unknown color: approx Amethyst. HEX triplet: A3, 59 and D8. RGB value is (163,89,216). Sum of RGB (Red+Green+Blue) = 163+89+216=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 89 (35.16% from 255 or 19.02% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #A359D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A359D8 is #5CA627. Grayscale: #7D7D7D. Windows color (decimal): -6071848 or 14178723. OLE color: 14178723.

HSL color Cylindrical-coordinate representation of color #A359D8: hue angle of 274.96º degrees, saturation: 0.62, 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 #A359D8 is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16389216-
CMYK0.250.5900.15
HSL274.96º61.95%59.8%-
HSV(B)274.96º58.8%84.71%-
XYZ31.0719.8967.17-
YUV125.6179.02154.67-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 89 (35.16% from 255) = 19.02%
BLUE value IS 216 (84.77% from 255) = 46.15%
R=34.83%
G=19.02%
B=46.15%

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
Decimal163892160.250.5900.15274.9661.9559.8
HexA359D8193B0F1133e3c
Octal24313133031730174237674
Binary101000111011001110110001100111101101111100010011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A359D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A359D8; }

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

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

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

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

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

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

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

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