#A776CA

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

Shades of Amethyst #A776CA

Tints of Amethyst #A776CA

Color information

#A776CA (or 0xA776CA) is unknown color: approx Amethyst. HEX triplet: A7, 76 and CA. RGB value is (167,118,202). Sum of RGB (Red+Green+Blue) = 167+118+202=487 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.29% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #A776CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A776CA is #588935. Grayscale: #8D8D8D. Windows color (decimal): -5802294 or 13268647. OLE color: 13268647.

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

Color convert

RGB167118202-
CMYK0.170.4200.21
HSL275º44.21%62.75%-
HSV(B)275º41.58%79.22%-
XYZ33.0825.4459.04-
YUV142.23161.73145.67-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.29%
GREEN value IS 118 (46.48% from 255) = 24.23%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=34.29%
G=24.23%
B=41.48%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1671182020.170.4200.2127544.2162.75
HexA776CA112A0151132c3f
Octal24716631221520254235477
Binary1010011111101101100101010001101010010101100010011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A776CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A776CA; }

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

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

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

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

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

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

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

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