#A773C6

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

Shades of Amethyst #A773C6

Tints of Amethyst #A773C6

Color information

#A773C6 (or 0xA773C6) is unknown color: approx Amethyst. HEX triplet: A7, 73 and C6. RGB value is (167,115,198). Sum of RGB (Red+Green+Blue) = 167+115+198=480 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.79% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 198 (77.73% from 255 or 41.25% from 480); Max value from RGB is 198 - color contains mainly: blue. Hex color #A773C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773C6 is #588C39. Grayscale: #8B8B8B. Windows color (decimal): -5803066 or 13005735. OLE color: 13005735.

HSL color Cylindrical-coordinate representation of color #A773C6: hue angle of 277.59º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A773C6 is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB167115198-
CMYK0.160.4200.22
HSL277.59º42.13%61.37%-
HSV(B)277.59º41.92%77.65%-
XYZ32.2624.5556.47-
YUV140.01160.73147.25-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.79%
GREEN value IS 115 (45.31% from 255) = 23.96%
BLUE value IS 198 (77.73% from 255) = 41.25%
R=34.79%
G=23.96%
B=41.25%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671151980.160.4200.22277.5942.1361.37
HexA773C6102A0161162a3d
Octal24716330620520264265275
Binary1010011111100111100011010000101010010110100010110101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A773C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A773C6; }

 p { color: rgb(167,115,198); }

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

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

 a { background-color: rgb(167,115,198); }

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

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

 span { border-color: rgb(167,115,198); }

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