#A466D1

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

Shades of Amethyst #A466D1

Tints of Amethyst #A466D1

Color information

#A466D1 (or 0xA466D1) is unknown color: approx Amethyst. HEX triplet: A4, 66 and D1. RGB value is (164,102,209). Sum of RGB (Red+Green+Blue) = 164+102+209=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 102 (40.23% from 255 or 21.47% from 475); Blue value is 209 (82.03% from 255 or 44% from 475); Max value from RGB is 209 - color contains mainly: blue. Hex color #A466D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A466D1 is #5B992E. Grayscale: #848484. Windows color (decimal): -6002991 or 13723300. OLE color: 13723300.

HSL color Cylindrical-coordinate representation of color #A466D1: hue angle of 274.77º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A466D1 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB164102209-
CMYK0.220.5100.18
HSL274.77º53.77%60.98%-
HSV(B)274.77º51.2%81.96%-
XYZ31.572262.9-
YUV132.74171.04150.3-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 102 (40.23% from 255) = 21.47%
BLUE value IS 209 (82.03% from 255) = 44%
R=34.53%
G=21.47%
B=44%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1641022090.220.5100.18274.7753.7760.98
HexA466D11633012113363d
Octal24414632126630224236675
Binary1010010011001101101000110110110011010010100010011110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A466D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A466D1; }

 p { color: rgb(164,102,209); }

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

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

 a { background-color: rgb(164,102,209); }

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

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

 span { border-color: rgb(164,102,209); }

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