#A778CA

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

Shades of Amethyst #A778CA

Tints of Amethyst #A778CA

Color information

#A778CA (or 0xA778CA) is unknown color: approx Amethyst. HEX triplet: A7, 78 and CA. RGB value is (167,120,202). Sum of RGB (Red+Green+Blue) = 167+120+202=489 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.15% from 489); Green value is 120 (47.27% from 255 or 24.54% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #A778CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A778CA is #588735. Grayscale: #8F8F8F. Windows color (decimal): -5801782 or 13269159. OLE color: 13269159.

HSL color Cylindrical-coordinate representation of color #A778CA: hue angle of 274.39º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A778CA is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB167120202-
CMYK0.170.4100.21
HSL274.39º43.62%63.14%-
HSV(B)274.39º40.59%79.22%-
XYZ33.3125.9159.12-
YUV143.4161.07144.83-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.15%
GREEN value IS 120 (47.27% from 255) = 24.54%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=34.15%
G=24.54%
B=41.31%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671202020.170.4100.21274.3943.6263.14
HexA778CA11290151122c3f
Octal24717031221510254225477
Binary1010011111110001100101010001101001010101100010010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A778CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A778CA; }

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

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

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

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

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

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

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

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