#A772D6

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

Shades of Amethyst #A772D6

Tints of Amethyst #A772D6

Color information

#A772D6 (or 0xA772D6) is unknown color: approx Amethyst. HEX triplet: A7, 72 and D6. RGB value is (167,114,214). Sum of RGB (Red+Green+Blue) = 167+114+214=495 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.74% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 214 (83.98% from 255 or 43.23% from 495); Max value from RGB is 214 - color contains mainly: blue. Hex color #A772D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A772D6 is #588D29. Grayscale: #8C8C8C. Windows color (decimal): -5803306 or 14054055. OLE color: 14054055.

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

Color convert

RGB167114214-
CMYK0.220.4700.16
HSL271.8º54.95%64.31%-
HSV(B)271.8º46.73%83.92%-
XYZ34.0925.1166.67-
YUV141.25169.06146.37-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.74%
GREEN value IS 114 (44.92% from 255) = 23.03%
BLUE value IS 214 (83.98% from 255) = 43.23%
R=33.74%
G=23.03%
B=43.23%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671142140.220.4700.16271.854.9564.31
HexA772D6162F0101103740
Octal247162326265702042067100
Binary10100111111001011010110101101011110100001000100001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A772D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A772D6; }

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

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

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

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

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

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

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

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