#A76BC5

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

Shades of Amethyst #A76BC5

Tints of Amethyst #A76BC5

Color information

#A76BC5 (or 0xA76BC5) is unknown color: approx Amethyst. HEX triplet: A7, 6B and C5. RGB value is (167,107,197). Sum of RGB (Red+Green+Blue) = 167+107+197=471 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.46% from 471); Green value is 107 (42.19% from 255 or 22.72% from 471); Blue value is 197 (77.34% from 255 or 41.83% from 471); Max value from RGB is 197 - color contains mainly: blue. Hex color #A76BC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BC5 is #58943A. Grayscale: #868686. Windows color (decimal): -5805115 or 12938151. OLE color: 12938151.

HSL color Cylindrical-coordinate representation of color #A76BC5: hue angle of 280º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A76BC5 is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB167107197-
CMYK0.150.4600.23
HSL280º43.69%59.61%-
HSV(B)280º45.69%77.25%-
XYZ31.2722.7655.57-
YUV135.2162.88150.68-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.46%
GREEN value IS 107 (42.19% from 255) = 22.72%
BLUE value IS 197 (77.34% from 255) = 41.83%
R=35.46%
G=22.72%
B=41.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1671071970.150.4600.2328043.6959.61
HexA76BC5F2E0171182c3c
Octal24715330517560274305474
Binary101001111101011110001011111101110010111100011000101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76BC5; }

 p { color: rgb(167,107,197); }

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

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

 a { background-color: rgb(167,107,197); }

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

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

 span { border-color: rgb(167,107,197); }

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