#a46fc0

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

Shades of Amethyst #A46FC0

Tints of Amethyst #A46FC0

Color information

#A46FC0 (or 0xA46FC0) is unknown color: approx Amethyst. HEX triplet: A4, 6F and C0. RGB value is (164,111,192). Sum of RGB (Red+Green+Blue) = 164+111+192=467 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.12% from 467); Green value is 111 (43.75% from 255 or 23.77% from 467); Blue value is 192 (75.39% from 255 or 41.11% from 467); Max value from RGB is 192 - color contains mainly: blue. Hex color #A46FC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46FC0 is #5B903F. Grayscale: #878787. Windows color (decimal): -6000704 or 12611492. OLE color: 12611492.

HSL color Cylindrical-coordinate representation of color #A46FC0: hue angle of 279.26º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A46FC0 is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB164111192-
CMYK0.150.4200.25
HSL279.26º39.13%59.41%-
HSV(B)279.26º42.19%75.29%-
XYZ30.5123.0752.71-
YUV136.08159.56147.91-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.12%
GREEN value IS 111 (43.75% from 255) = 23.77%
BLUE value IS 192 (75.39% from 255) = 41.11%
R=35.12%
G=23.77%
B=41.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1641111920.150.4200.25279.2639.1359.41
HexA46FC0F2A019117273b
Octal24415730017520314274773
Binary101001001101111110000001111101010011001100010111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a46fc0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a46fc0; }

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

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

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

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

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

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

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

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