#A46DD7

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

Shades of Amethyst #A46DD7

Tints of Amethyst #A46DD7

Color information

#A46DD7 (or 0xA46DD7) is unknown color: approx Amethyst. HEX triplet: A4, 6D and D7. RGB value is (164,109,215). Sum of RGB (Red+Green+Blue) = 164+109+215=488 (64% of max value = 765). Red value is 164 (64.45% from 255 or 33.61% from 488); Green value is 109 (42.97% from 255 or 22.34% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #A46DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DD7 is #5B9228. Grayscale: #898989. Windows color (decimal): -6001193 or 14118308. OLE color: 14118308.

HSL color Cylindrical-coordinate representation of color #A46DD7: hue angle of 271.13º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A46DD7 is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB164109215-
CMYK0.240.4900.16
HSL271.13º56.99%63.53%-
HSV(B)271.13º49.3%84.31%-
XYZ33.0423.7467.13-
YUV137.53171.72146.88-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 33.61%
GREEN value IS 109 (42.97% from 255) = 22.34%
BLUE value IS 215 (84.38% from 255) = 44.06%
R=33.61%
G=22.34%
B=44.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1641092150.240.4900.16271.1356.9963.53
HexA46DD7183101010f3940
Octal244155327306102041771100
Binary10100100110110111010111110001100010100001000011111110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46DD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46DD7; }

 p { color: rgb(164,109,215); }

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

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

 a { background-color: rgb(164,109,215); }

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

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

 span { border-color: rgb(164,109,215); }

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