#A353DE

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

Shades of Amethyst #A353DE

Tints of Amethyst #A353DE

Color information

#A353DE (or 0xA353DE) is unknown color: approx Amethyst. HEX triplet: A3, 53 and DE. RGB value is (163,83,222). Sum of RGB (Red+Green+Blue) = 163+83+222=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 83 (32.81% from 255 or 17.74% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #A353DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A353DE is #5CAC21. Grayscale: #7A7A7A. Windows color (decimal): -6073378 or 14570403. OLE color: 14570403.

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

Color convert

RGB16383222-
CMYK0.270.6300.13
HSL274.53º67.8%59.8%-
HSV(B)274.53º62.61%87.06%-
XYZ31.3819.2571.17-
YUV122.77184156.7-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 34.83%
GREEN value IS 83 (32.81% from 255) = 17.74%
BLUE value IS 222 (87.11% from 255) = 47.44%
R=34.83%
G=17.74%
B=47.44%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal163832220.270.6300.13274.5367.859.8
HexA353DE1B3F0D113443c
Octal243123336337701542310474
Binary1010001110100111101111011011111111011011000100111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A353DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A353DE; }

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

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

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

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

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

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

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

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