#A46DCA

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

Shades of Amethyst #A46DCA

Tints of Amethyst #A46DCA

Color information

#A46DCA (or 0xA46DCA) is unknown color: approx Amethyst. HEX triplet: A4, 6D and CA. RGB value is (164,109,202). Sum of RGB (Red+Green+Blue) = 164+109+202=475 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.53% from 475); Green value is 109 (42.97% from 255 or 22.95% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #A46DCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46DCA is #5B9235. Grayscale: #878787. Windows color (decimal): -6001206 or 13266340. OLE color: 13266340.

HSL color Cylindrical-coordinate representation of color #A46DCA: hue angle of 275.48º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A46DCA is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB164109202-
CMYK0.190.4600.21
HSL275.48º46.73%60.98%-
HSV(B)275.48º46.04%79.22%-
XYZ31.4423.0958.68-
YUV136.05165.22147.94-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.53%
GREEN value IS 109 (42.97% from 255) = 22.95%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=34.53%
G=22.95%
B=42.53%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1641092020.190.4600.21275.4846.7360.98
HexA46DCA132E0151132f3d
Octal24415531223560254235775
Binary1010010011011011100101010011101110010101100010011101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46DCA; }

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

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

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

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

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

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

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

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