#a468de

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

Shades of Amethyst #A468DE

Tints of Amethyst #A468DE

Color information

#A468DE (or 0xA468DE) is unknown color: approx Amethyst. HEX triplet: A4, 68 and DE. RGB value is (164,104,222). Sum of RGB (Red+Green+Blue) = 164+104+222=490 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.47% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #A468DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468DE is #5B9721. Grayscale: #868686. Windows color (decimal): -6002466 or 14575780. OLE color: 14575780.

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

Color convert

RGB164104222-
CMYK0.260.5300.13
HSL270.51º64.13%63.92%-
HSV(B)270.51º53.15%87.06%-
XYZ33.4423.0771.8-
YUV135.39176.88148.41-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.47%
GREEN value IS 104 (41.02% from 255) = 21.22%
BLUE value IS 222 (87.11% from 255) = 45.31%
R=33.47%
G=21.22%
B=45.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1641042220.260.5300.13270.5164.1363.92
HexA468DE1A350D10f4040
Octal2441503363265015417100100
Binary10100100110100011011110110101101010110110000111110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a468de

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a468de; }

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

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

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

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

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

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

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

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