#A76FDC

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

Shades of Amethyst #A76FDC

Tints of Amethyst #A76FDC

Color information

#A76FDC (or 0xA76FDC) is unknown color: approx Amethyst. HEX triplet: A7, 6F and DC. RGB value is (167,111,220). Sum of RGB (Red+Green+Blue) = 167+111+220=498 (65% of max value = 765). Red value is 167 (65.62% from 255 or 33.53% from 498); Green value is 111 (43.75% from 255 or 22.29% from 498); Blue value is 220 (86.33% from 255 or 44.18% from 498); Max value from RGB is 220 - color contains mainly: blue. Hex color #A76FDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FDC is #589023. Grayscale: #8B8B8B. Windows color (decimal): -5804068 or 14446503. OLE color: 14446503.

HSL color Cylindrical-coordinate representation of color #A76FDC: hue angle of 270.83º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A76FDC is Cyan = 0.24, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB167111220-
CMYK0.240.5000.14
HSL270.83º60.89%64.9%-
HSV(B)270.83º49.55%86.27%-
XYZ34.5424.7570.67-
YUV140.17173.05147.14-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 33.53%
GREEN value IS 111 (43.75% from 255) = 22.29%
BLUE value IS 220 (86.33% from 255) = 44.18%
R=33.53%
G=22.29%
B=44.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1671112200.240.5000.14270.8360.8964.9
HexA76FDC18320E10f3d41
Octal247157334306201641775101
Binary1010011111011111101110011000110010011101000011111111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76FDC; }

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

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

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

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

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

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

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

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