#A364DE

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

Shades of Amethyst #A364DE

Tints of Amethyst #A364DE

Color information

#A364DE (or 0xA364DE) is unknown color: approx Amethyst. HEX triplet: A3, 64 and DE. RGB value is (163,100,222). Sum of RGB (Red+Green+Blue) = 163+100+222=485 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.61% from 485); Green value is 100 (39.45% from 255 or 20.62% from 485); Blue value is 222 (87.11% from 255 or 45.77% from 485); Max value from RGB is 222 - color contains mainly: blue. Hex color #A364DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A364DE is #5C9B21. Grayscale: #848484. Windows color (decimal): -6069026 or 14574755. OLE color: 14574755.

HSL color Cylindrical-coordinate representation of color #A364DE: hue angle of 270.98º degrees, saturation: 0.65, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A364DE is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB163100222-
CMYK0.270.5500.13
HSL270.98º64.89%63.14%-
HSV(B)270.98º54.95%87.06%-
XYZ32.8522.1771.66-
YUV132.74178.37149.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.61%
GREEN value IS 100 (39.45% from 255) = 20.62%
BLUE value IS 222 (87.11% from 255) = 45.77%
R=33.61%
G=20.62%
B=45.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1631002220.270.5500.13270.9864.8963.14
HexA364DE1B370D10f413f
Octal243144336336701541710177
Binary1010001111001001101111011011110111011011000011111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A364DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A364DE; }

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

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

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

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

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

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

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

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