#A46CC1

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

Shades of Amethyst #A46CC1

Tints of Amethyst #A46CC1

Color information

#A46CC1 (or 0xA46CC1) is unknown color: approx Amethyst. HEX triplet: A4, 6C and C1. RGB value is (164,108,193). Sum of RGB (Red+Green+Blue) = 164+108+193=465 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.27% from 465); Green value is 108 (42.58% from 255 or 23.23% from 465); Blue value is 193 (75.78% from 255 or 41.51% from 465); Max value from RGB is 193 - color contains mainly: blue. Hex color #A46CC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A46CC1 is #5B933E. Grayscale: #868686. Windows color (decimal): -6001471 or 12676260. OLE color: 12676260.

HSL color Cylindrical-coordinate representation of color #A46CC1: hue angle of 279.53º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A46CC1 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB164108193-
CMYK0.150.4400.24
HSL279.53º40.67%59.02%-
HSV(B)279.53º44.04%75.69%-
XYZ30.322.4753.19-
YUV134.43161.05149.09-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.27%
GREEN value IS 108 (42.58% from 255) = 23.23%
BLUE value IS 193 (75.78% from 255) = 41.51%
R=35.27%
G=23.23%
B=41.51%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641081930.150.4400.24279.5340.6759.02
HexA46CC1F2C018118293b
Octal24415430117540304305173
Binary101001001101100110000011111101100011000100011000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A46CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A46CC1; }

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

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

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

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

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

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

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

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