#A76FCE

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

Shades of Amethyst #A76FCE

Tints of Amethyst #A76FCE

Color information

#A76FCE (or 0xA76FCE) is unknown color: approx Amethyst. HEX triplet: A7, 6F and CE. RGB value is (167,111,206). Sum of RGB (Red+Green+Blue) = 167+111+206=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 206 (80.86% from 255 or 42.56% from 484); Max value from RGB is 206 - color contains mainly: blue. Hex color #A76FCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FCE is #589031. Grayscale: #8A8A8A. Windows color (decimal): -5804082 or 13528999. OLE color: 13528999.

HSL color Cylindrical-coordinate representation of color #A76FCE: hue angle of 275.37º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A76FCE is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167111206-
CMYK0.190.4600.19
HSL275.37º49.22%62.16%-
HSV(B)275.37º46.12%80.78%-
XYZ32.7624.0461.31-
YUV138.57166.05148.28-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 111 (43.75% from 255) = 22.93%
BLUE value IS 206 (80.86% from 255) = 42.56%
R=34.50%
G=22.93%
B=42.56%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671112060.190.4600.19275.3749.2262.16
HexA76FCE132E013113313e
Octal24715731623560234236176
Binary1010011111011111100111010011101110010011100010011110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76FCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76FCE; }

 p { color: rgb(167,111,206); }

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

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

 a { background-color: rgb(167,111,206); }

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

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

 span { border-color: rgb(167,111,206); }

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