#A362E4

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

Shades of Amethyst #A362E4

Tints of Amethyst #A362E4

Color information

#A362E4 (or 0xA362E4) is unknown color: approx Amethyst. HEX triplet: A3, 62 and E4. RGB value is (163,98,228). Sum of RGB (Red+Green+Blue) = 163+98+228=489 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.33% from 489); Green value is 98 (38.67% from 255 or 20.04% from 489); Blue value is 228 (89.45% from 255 or 46.63% from 489); Max value from RGB is 228 - color contains mainly: blue. Hex color #A362E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A362E4 is #5C9D1B. Grayscale: #838383. Windows color (decimal): -6069532 or 14967459. OLE color: 14967459.

HSL color Cylindrical-coordinate representation of color #A362E4: hue angle of 270º degrees, saturation: 0.71, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A362E4 is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB16398228-
CMYK0.290.5700.11
HSL270º70.65%63.92%-
HSV(B)270º57.02%89.41%-
XYZ33.4822.1275.9-
YUV132.26182.03149.93-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.33%
GREEN value IS 98 (38.67% from 255) = 20.04%
BLUE value IS 228 (89.45% from 255) = 46.63%
R=33.33%
G=20.04%
B=46.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal163982280.290.5700.1127070.6563.92
HexA362E41D390B10e4740
Octal2431423443571013416107100
Binary10100011110001011100100111011110010101110000111010001111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A362E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A362E4; }

 p { color: rgb(163,98,228); }

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

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

 a { background-color: rgb(163,98,228); }

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

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

 span { border-color: rgb(163,98,228); }

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