#A46FCF

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

Shades of Amethyst #A46FCF

Tints of Amethyst #A46FCF

Color information

#A46FCF (or 0xA46FCF) is unknown color: approx Amethyst. HEX triplet: A4, 6F and CF. RGB value is (164,111,207). Sum of RGB (Red+Green+Blue) = 164+111+207=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 207 (81.25% from 255 or 42.95% from 482); Max value from RGB is 207 - color contains mainly: blue. Hex color #A46FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FCF is #5B9030. Grayscale: #898989. Windows color (decimal): -6000689 or 13594532. OLE color: 13594532.

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

Color convert

RGB164111207-
CMYK0.210.4600.19
HSL273.12º50%62.35%-
HSV(B)273.12º46.38%81.18%-
XYZ32.2623.7761.92-
YUV137.79167.06146.69-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 34.02%
GREEN value IS 111 (43.75% from 255) = 23.03%
BLUE value IS 207 (81.25% from 255) = 42.95%
R=34.02%
G=23.03%
B=42.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1641112070.210.4600.19273.125062.35
HexA46FCF152E013111323e
Octal24415731725560234216276
Binary1010010011011111100111110101101110010011100010001110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46FCF; }

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

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

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

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

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

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

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

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