#A467DE

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

Shades of Amethyst #A467DE

Tints of Amethyst #A467DE

Color information

#A467DE (or 0xA467DE) is unknown color: approx Amethyst. HEX triplet: A4, 67 and DE. RGB value is (164,103,222). Sum of RGB (Red+Green+Blue) = 164+103+222=489 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.54% from 489); Green value is 103 (40.62% from 255 or 21.06% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #A467DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A467DE is #5B9821. Grayscale: #868686. Windows color (decimal): -6002722 or 14575524. OLE color: 14575524.

HSL color Cylindrical-coordinate representation of color #A467DE: hue angle of 270.76º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A467DE is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB164103222-
CMYK0.260.5400.13
HSL270.76º64.32%63.73%-
HSV(B)270.76º53.6%87.06%-
XYZ33.3422.8771.76-
YUV134.8177.21148.82-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.54%
GREEN value IS 103 (40.62% from 255) = 21.06%
BLUE value IS 222 (87.11% from 255) = 45.40%
R=33.54%
G=21.06%
B=45.40%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641032220.260.5400.13270.7664.3263.73
HexA467DE1A360D10f4040
Octal2441473363266015417100100
Binary10100100110011111011110110101101100110110000111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A467DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A467DE; }

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

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

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

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

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

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

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

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