#A46CCF

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

Shades of Amethyst #A46CCF

Tints of Amethyst #A46CCF

Color information

#A46CCF (or 0xA46CCF) is unknown color: approx Amethyst. HEX triplet: A4, 6C and CF. RGB value is (164,108,207). Sum of RGB (Red+Green+Blue) = 164+108+207=479 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.24% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 207 (81.25% from 255 or 43.22% from 479); Max value from RGB is 207 - color contains mainly: blue. Hex color #A46CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CCF is #5B9330. Grayscale: #878787. Windows color (decimal): -6001457 or 13593764. OLE color: 13593764.

HSL color Cylindrical-coordinate representation of color #A46CCF: hue angle of 273.94º degrees, saturation: 0.51, 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 #A46CCF is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB164108207-
CMYK0.210.4800.19
HSL273.94º50.77%61.76%-
HSV(B)273.94º47.83%81.18%-
XYZ31.9323.1261.81-
YUV136.03168.05147.95-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.24%
GREEN value IS 108 (42.58% from 255) = 22.55%
BLUE value IS 207 (81.25% from 255) = 43.22%
R=34.24%
G=22.55%
B=43.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641082070.210.4800.19273.9450.7761.76
HexA46CCF1530013112333e
Octal24415431725600234226376
Binary1010010011011001100111110101110000010011100010010110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46CCF; }

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

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

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

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

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

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

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

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