#A76EC8

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

Shades of Amethyst #A76EC8

Tints of Amethyst #A76EC8

Color information

#A76EC8 (or 0xA76EC8) is unknown color: approx Amethyst. HEX triplet: A7, 6E and C8. RGB value is (167,110,200). Sum of RGB (Red+Green+Blue) = 167+110+200=477 (63% of max value = 765). Red value is 167 (65.62% from 255 or 35.01% from 477); Green value is 110 (43.36% from 255 or 23.06% from 477); Blue value is 200 (78.52% from 255 or 41.93% from 477); Max value from RGB is 200 - color contains mainly: blue. Hex color #A76EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76EC8 is #589137. Grayscale: #898989. Windows color (decimal): -5804344 or 13135527. OLE color: 13135527.

HSL color Cylindrical-coordinate representation of color #A76EC8: hue angle of 278º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A76EC8 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB167110200-
CMYK0.160.4500.22
HSL278º45%60.78%-
HSV(B)278º45%78.43%-
XYZ31.9423.5457.5-
YUV137.3163.38149.18-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.01%
GREEN value IS 110 (43.36% from 255) = 23.06%
BLUE value IS 200 (78.52% from 255) = 41.93%
R=35.01%
G=23.06%
B=41.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671102000.160.4500.222784560.78
HexA76EC8102D0161162d3d
Octal24715631020550264265575
Binary1010011111011101100100010000101101010110100010110101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76EC8; }

 p { color: rgb(167,110,200); }

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

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

 a { background-color: rgb(167,110,200); }

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

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

 span { border-color: rgb(167,110,200); }

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