#A778D7

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

Shades of Amethyst #A778D7

Tints of Amethyst #A778D7

Color information

#A778D7 (or 0xA778D7) is unknown color: approx Amethyst. HEX triplet: A7, 78 and D7. RGB value is (167,120,215). Sum of RGB (Red+Green+Blue) = 167+120+215=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 215 (84.38% from 255 or 42.83% from 502); Max value from RGB is 215 - color contains mainly: blue. Hex color #A778D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778D7 is #588728. Grayscale: #909090. Windows color (decimal): -5801769 or 14121127. OLE color: 14121127.

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

Color convert

RGB167120215-
CMYK0.220.4400.16
HSL269.68º54.29%65.69%-
HSV(B)269.68º44.19%84.31%-
XYZ34.9226.5567.58-
YUV144.88167.57143.78-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.27%
GREEN value IS 120 (47.27% from 255) = 23.90%
BLUE value IS 215 (84.38% from 255) = 42.83%
R=33.27%
G=23.90%
B=42.83%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671202150.220.4400.16269.6854.2965.69
HexA778D7162C01010e3642
Octal247170327265402041666102
Binary10100111111100011010111101101011000100001000011101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A778D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A778D7; }

 p { color: rgb(167,120,215); }

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

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

 a { background-color: rgb(167,120,215); }

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

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

 span { border-color: rgb(167,120,215); }

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