#A773D6

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

Shades of Amethyst #A773D6

Tints of Amethyst #A773D6

Color information

#A773D6 (or 0xA773D6) is unknown color: approx Amethyst. HEX triplet: A7, 73 and D6. RGB value is (167,115,214). Sum of RGB (Red+Green+Blue) = 167+115+214=496 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.67% from 496); Green value is 115 (45.31% from 255 or 23.19% from 496); Blue value is 214 (83.98% from 255 or 43.15% from 496); Max value from RGB is 214 - color contains mainly: blue. Hex color #A773D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773D6 is #588C29. Grayscale: #8D8D8D. Windows color (decimal): -5803050 or 14054311. OLE color: 14054311.

HSL color Cylindrical-coordinate representation of color #A773D6: hue angle of 271.52º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A773D6 is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167115214-
CMYK0.220.4600.16
HSL271.52º54.7%64.51%-
HSV(B)271.52º46.26%83.92%-
XYZ34.225.3366.71-
YUV141.83168.73145.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.67%
GREEN value IS 115 (45.31% from 255) = 23.19%
BLUE value IS 214 (83.98% from 255) = 43.15%
R=33.67%
G=23.19%
B=43.15%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671152140.220.4600.16271.5254.764.51
HexA773D6162E0101103741
Octal247163326265602042067101
Binary10100111111001111010110101101011100100001000100001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A773D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A773D6; }

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

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

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

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

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

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

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

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