#A66BD4

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

Shades of Amethyst #A66BD4

Tints of Amethyst #A66BD4

Color information

#A66BD4 (or 0xA66BD4) is unknown color: approx Amethyst. HEX triplet: A6, 6B and D4. RGB value is (166,107,212). Sum of RGB (Red+Green+Blue) = 166+107+212=485 (64% of max value = 765). Red value is 166 (65.23% from 255 or 34.23% from 485); Green value is 107 (42.19% from 255 or 22.06% from 485); Blue value is 212 (83.20% from 255 or 43.71% from 485); Max value from RGB is 212 - color contains mainly: blue. Hex color #A66BD4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A66BD4 is #59942B. Grayscale: #888888. Windows color (decimal): -5870636 or 13921190. OLE color: 13921190.

HSL color Cylindrical-coordinate representation of color #A66BD4: hue angle of 273.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A66BD4 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB166107212-
CMYK0.220.5000.17
HSL273.71º54.97%62.55%-
HSV(B)273.71º49.53%83.14%-
XYZ32.8723.3865.07-
YUV136.61170.55148.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 34.23%
GREEN value IS 107 (42.19% from 255) = 22.06%
BLUE value IS 212 (83.20% from 255) = 43.71%
R=34.23%
G=22.06%
B=43.71%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1661072120.220.5000.17273.7154.9762.55
HexA66BD41632011112373f
Octal24615332426620214226777
Binary1010011011010111101010010110110010010001100010010110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A66BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A66BD4; }

 p { color: rgb(166,107,212); }

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

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

 a { background-color: rgb(166,107,212); }

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

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

 span { border-color: rgb(166,107,212); }

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