#a461c6

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

Shades of Amethyst #A461C6

Tints of Amethyst #A461C6

Color information

#A461C6 (or 0xA461C6) is unknown color: approx Amethyst. HEX triplet: A4, 61 and C6. RGB value is (164,97,198). Sum of RGB (Red+Green+Blue) = 164+97+198=459 (60% of max value = 765). Red value is 164 (64.45% from 255 or 35.73% from 459); Green value is 97 (38.28% from 255 or 21.13% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 198 - color contains mainly: blue. Hex color #A461C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A461C6 is #5B9E39. Grayscale: #808080. Windows color (decimal): -6004282 or 13001124. OLE color: 13001124.

HSL color Cylindrical-coordinate representation of color #A461C6: hue angle of 279.8º degrees, saturation: 0.47, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A461C6 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16497198-
CMYK0.170.5100.22
HSL279.8º46.98%57.84%-
HSV(B)279.8º51.01%77.65%-
XYZ29.7820.5255.82-
YUV128.55167.2153.29-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 35.73%
GREEN value IS 97 (38.28% from 255) = 21.13%
BLUE value IS 198 (77.73% from 255) = 43.14%
R=35.73%
G=21.13%
B=43.14%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal164971980.170.5100.22279.846.9857.84
HexA461C611330161182f3a
Octal24414130621630264305772
Binary1010010011000011100011010001110011010110100011000101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a461c6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a461c6; }

 p { color: rgb(164,97,198); }

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

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

 a { background-color: rgb(164,97,198); }

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

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

 span { border-color: rgb(164,97,198); }

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