#A773D4

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

Shades of Amethyst #A773D4

Tints of Amethyst #A773D4

Color information

#A773D4 (or 0xA773D4) is unknown color: approx Amethyst. HEX triplet: A7, 73 and D4. RGB value is (167,115,212). Sum of RGB (Red+Green+Blue) = 167+115+212=494 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.81% from 494); Green value is 115 (45.31% from 255 or 23.28% from 494); Blue value is 212 (83.20% from 255 or 42.91% from 494); Max value from RGB is 212 - color contains mainly: blue. Hex color #A773D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A773D4 is #588C2B. Grayscale: #8D8D8D. Windows color (decimal): -5803052 or 13923239. OLE color: 13923239.

HSL color Cylindrical-coordinate representation of color #A773D4: hue angle of 272.16º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A773D4 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB167115212-
CMYK0.210.4600.17
HSL272.16º53.01%64.12%-
HSV(B)272.16º45.75%83.14%-
XYZ33.9525.2365.37-
YUV141.61167.73146.11-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.81%
GREEN value IS 115 (45.31% from 255) = 23.28%
BLUE value IS 212 (83.20% from 255) = 42.91%
R=33.81%
G=23.28%
B=42.91%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1671152120.210.4600.17272.1653.0164.12
HexA773D4152E0111103540
Octal247163324255602142065100
Binary10100111111001111010100101011011100100011000100001101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A773D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A773D4; }

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

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

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

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

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

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

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

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