#A453DE

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

Shades of Amethyst #A453DE

Tints of Amethyst #A453DE

Color information

#A453DE (or 0xA453DE) is unknown color: approx Amethyst. HEX triplet: A4, 53 and DE. RGB value is (164,83,222). Sum of RGB (Red+Green+Blue) = 164+83+222=469 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.97% from 469); Green value is 83 (32.81% from 255 or 17.70% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #A453DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A453DE is #5BAC21. Grayscale: #7A7A7A. Windows color (decimal): -6007842 or 14570404. OLE color: 14570404.

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

Color convert

RGB16483222-
CMYK0.260.6300.13
HSL274.96º67.8%59.8%-
HSV(B)274.96º62.61%87.06%-
XYZ31.5919.3571.18-
YUV123.06183.84157.2-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.97%
GREEN value IS 83 (32.81% from 255) = 17.70%
BLUE value IS 222 (87.11% from 255) = 47.33%
R=34.97%
G=17.70%
B=47.33%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal164832220.260.6300.13274.9667.859.8
HexA453DE1A3F0D113443c
Octal244123336327701542310474
Binary1010010010100111101111011010111111011011000100111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A453DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A453DE; }

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

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

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

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

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

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

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

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