#A468C1

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

Shades of Amethyst #A468C1

Tints of Amethyst #A468C1

Color information

#A468C1 (or 0xA468C1) is unknown color: approx Amethyst. HEX triplet: A4, 68 and C1. RGB value is (164,104,193). Sum of RGB (Red+Green+Blue) = 164+104+193=461 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.57% from 461); Green value is 104 (41.02% from 255 or 22.56% from 461); Blue value is 193 (75.78% from 255 or 41.87% from 461); Max value from RGB is 193 - color contains mainly: blue. Hex color #A468C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A468C1 is #5B973E. Grayscale: #838383. Windows color (decimal): -6002495 or 12675236. OLE color: 12675236.

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

Color convert

RGB164104193-
CMYK0.150.4600.24
HSL280.45º41.78%58.24%-
HSV(B)280.45º46.11%75.69%-
XYZ29.8921.6453.05-
YUV132.09162.38150.76-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.57%
GREEN value IS 104 (41.02% from 255) = 22.56%
BLUE value IS 193 (75.78% from 255) = 41.87%
R=35.57%
G=22.56%
B=41.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1641041930.150.4600.24280.4541.7858.24
HexA468C1F2E0181182a3a
Octal24415030117560304305272
Binary101001001101000110000011111101110011000100011000101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A468C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A468C1; }

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

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

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

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

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

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

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

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