#A364D7

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

Shades of Amethyst #A364D7

Tints of Amethyst #A364D7

Color information

#A364D7 (or 0xA364D7) is unknown color: approx Amethyst. HEX triplet: A3, 64 and D7. RGB value is (163,100,215). Sum of RGB (Red+Green+Blue) = 163+100+215=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 100 (39.45% from 255 or 20.92% from 478); Blue value is 215 (84.38% from 255 or 44.98% from 478); Max value from RGB is 215 - color contains mainly: blue. Hex color #A364D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364D7 is #5C9B28. Grayscale: #838383. Windows color (decimal): -6069033 or 14116003. OLE color: 14116003.

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

Color convert

RGB163100215-
CMYK0.240.5300.16
HSL272.87º58.97%61.76%-
HSV(B)272.87º53.49%84.31%-
XYZ31.9321.8166.82-
YUV131.95174.87150.15-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.10%
GREEN value IS 100 (39.45% from 255) = 20.92%
BLUE value IS 215 (84.38% from 255) = 44.98%
R=34.10%
G=20.92%
B=44.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1631002150.240.5300.16272.8758.9761.76
HexA364D718350101113b3e
Octal24314432730650204217376
Binary1010001111001001101011111000110101010000100010001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A364D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A364D7; }

 p { color: rgb(163,100,215); }

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

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

 a { background-color: rgb(163,100,215); }

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

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

 span { border-color: rgb(163,100,215); }

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