#A773C7

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

Shades of Amethyst #A773C7

Tints of Amethyst #A773C7

Color information

#A773C7 (or 0xA773C7) is unknown color: approx Amethyst. HEX triplet: A7, 73 and C7. RGB value is (167,115,199). Sum of RGB (Red+Green+Blue) = 167+115+199=481 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.72% from 481); Green value is 115 (45.31% from 255 or 23.91% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 199 - color contains mainly: blue. Hex color #A773C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773C7 is #588C38. Grayscale: #8B8B8B. Windows color (decimal): -5803065 or 13071271. OLE color: 13071271.

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

Color convert

RGB167115199-
CMYK0.160.4200.22
HSL277.14º42.86%61.57%-
HSV(B)277.14º42.21%78.04%-
XYZ32.3824.657.07-
YUV140.12161.23147.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.72%
GREEN value IS 115 (45.31% from 255) = 23.91%
BLUE value IS 199 (78.12% from 255) = 41.37%
R=34.72%
G=23.91%
B=41.37%

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
Decimal1671151990.160.4200.22277.1442.8661.57
HexA773C7102A0161152b3e
Octal24716330720520264255376
Binary1010011111100111100011110000101010010110100010101101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A773C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A773C7; }

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

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

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

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

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

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

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

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