#A661C7

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

Shades of Amethyst #A661C7

Tints of Amethyst #A661C7

Color information

#A661C7 (or 0xA661C7) is unknown color: approx Amethyst. HEX triplet: A6, 61 and C7. RGB value is (166,97,199). Sum of RGB (Red+Green+Blue) = 166+97+199=462 (61% of max value = 765). Red value is 166 (65.23% from 255 or 35.93% from 462); Green value is 97 (38.28% from 255 or 21.00% from 462); Blue value is 199 (78.12% from 255 or 43.07% from 462); Max value from RGB is 199 - color contains mainly: blue. Hex color #A661C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A661C7 is #599E38. Grayscale: #808080. Windows color (decimal): -5873209 or 13066662. OLE color: 13066662.

HSL color Cylindrical-coordinate representation of color #A661C7: hue angle of 280.59º degrees, saturation: 0.48, 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 #A661C7 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16697199-
CMYK0.170.5100.22
HSL280.59º47.66%58.04%-
HSV(B)280.59º51.26%78.04%-
XYZ30.3120.7856.45-
YUV129.26167.36154.21-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 35.93%
GREEN value IS 97 (38.28% from 255) = 21.00%
BLUE value IS 199 (78.12% from 255) = 43.07%
R=35.93%
G=21.00%
B=43.07%

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
Decimal166971990.170.5100.22280.5947.6658.04
HexA661C71133016119303a
Octal24614130721630264316072
Binary1010011011000011100011110001110011010110100011001110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A661C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A661C7; }

 p { color: rgb(166,97,199); }

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

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

 a { background-color: rgb(166,97,199); }

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

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

 span { border-color: rgb(166,97,199); }

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