#A46ACF

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

Shades of Amethyst #A46ACF

Tints of Amethyst #A46ACF

Color information

#A46ACF (or 0xA46ACF) is unknown color: approx Amethyst. HEX triplet: A4, 6A and CF. RGB value is (164,106,207). Sum of RGB (Red+Green+Blue) = 164+106+207=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 106 (41.80% from 255 or 22.22% from 477); Blue value is 207 (81.25% from 255 or 43.40% from 477); Max value from RGB is 207 - color contains mainly: blue. Hex color #A46ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46ACF is #5B9530. Grayscale: #868686. Windows color (decimal): -6001969 or 13593252. OLE color: 13593252.

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

Color convert

RGB164106207-
CMYK0.210.4900.19
HSL274.46º51.27%61.37%-
HSV(B)274.46º48.79%81.18%-
XYZ31.7322.7161.74-
YUV134.86168.72148.79-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.38%
GREEN value IS 106 (41.80% from 255) = 22.22%
BLUE value IS 207 (81.25% from 255) = 43.40%
R=34.38%
G=22.22%
B=43.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641062070.210.4900.19274.4651.2761.37
HexA46ACF1531013112333d
Octal24415231725610234226375
Binary1010010011010101100111110101110001010011100010010110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46ACF; }

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

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

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

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

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

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

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

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