#A46CCE

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

Shades of Amethyst #A46CCE

Tints of Amethyst #A46CCE

Color information

#A46CCE (or 0xA46CCE) is unknown color: approx Amethyst. HEX triplet: A4, 6C and CE. RGB value is (164,108,206). Sum of RGB (Red+Green+Blue) = 164+108+206=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 206 (80.86% from 255 or 43.10% from 478); Max value from RGB is 206 - color contains mainly: blue. Hex color #A46CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CCE is #5B9331. Grayscale: #878787. Windows color (decimal): -6001458 or 13528228. OLE color: 13528228.

HSL color Cylindrical-coordinate representation of color #A46CCE: hue angle of 274.29º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A46CCE is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164108206-
CMYK0.200.4800.19
HSL274.29º50%61.57%-
HSV(B)274.29º47.57%80.78%-
XYZ31.8123.0761.17-
YUV135.92167.55148.03-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.31%
GREEN value IS 108 (42.58% from 255) = 22.59%
BLUE value IS 206 (80.86% from 255) = 43.10%
R=34.31%
G=22.59%
B=43.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641082060.200.4800.19274.295061.57
HexA46CCE1430013112323e
Octal24415431624600234226276
Binary1010010011011001100111010100110000010011100010010110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46CCE; }

 p { color: rgb(164,108,206); }

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

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

 a { background-color: rgb(164,108,206); }

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

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

 span { border-color: rgb(164,108,206); }

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