#A363DE

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

Shades of Amethyst #A363DE

Tints of Amethyst #A363DE

Color information

#A363DE (or 0xA363DE) is unknown color: approx Amethyst. HEX triplet: A3, 63 and DE. RGB value is (163,99,222). Sum of RGB (Red+Green+Blue) = 163+99+222=484 (64% of max value = 765). Red value is 163 (64.06% from 255 or 33.68% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 222 (87.11% from 255 or 45.87% from 484); Max value from RGB is 222 - color contains mainly: blue. Hex color #A363DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A363DE is #5C9C21. Grayscale: #838383. Windows color (decimal): -6069282 or 14574499. OLE color: 14574499.

HSL color Cylindrical-coordinate representation of color #A363DE: hue angle of 271.22º 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 #A363DE is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16399222-
CMYK0.270.5500.13
HSL271.22º65.08%62.94%-
HSV(B)271.22º55.41%87.06%-
XYZ32.7521.9871.62-
YUV132.16178.7150-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 33.68%
GREEN value IS 99 (39.06% from 255) = 20.45%
BLUE value IS 222 (87.11% from 255) = 45.87%
R=33.68%
G=20.45%
B=45.87%

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
Decimal163992220.270.5500.13271.2265.0862.94
HexA363DE1B370D10f413f
Octal243143336336701541710177
Binary1010001111000111101111011011110111011011000011111000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A363DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A363DE; }

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

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

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

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

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

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

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

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