#A76BD6

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

Shades of Amethyst #A76BD6

Tints of Amethyst #A76BD6

Color information

#A76BD6 (or 0xA76BD6) is unknown color: approx Amethyst. HEX triplet: A7, 6B and D6. RGB value is (167,107,214). Sum of RGB (Red+Green+Blue) = 167+107+214=488 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.22% from 488); Green value is 107 (42.19% from 255 or 21.93% from 488); Blue value is 214 (83.98% from 255 or 43.85% from 488); Max value from RGB is 214 - color contains mainly: blue. Hex color #A76BD6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76BD6 is #589429. Grayscale: #888888. Windows color (decimal): -5805098 or 14052263. OLE color: 14052263.

HSL color Cylindrical-coordinate representation of color #A76BD6: hue angle of 273.64º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A76BD6 is Cyan = 0.22, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB167107214-
CMYK0.220.5000.16
HSL273.64º56.61%62.94%-
HSV(B)273.64º50%83.92%-
XYZ33.3323.5966.41-
YUV137.14171.38149.3-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.22%
GREEN value IS 107 (42.19% from 255) = 21.93%
BLUE value IS 214 (83.98% from 255) = 43.85%
R=34.22%
G=21.93%
B=43.85%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1671072140.220.5000.16273.6456.6162.94
HexA76BD61632010112393f
Octal24715332626620204227177
Binary1010011111010111101011010110110010010000100010010111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76BD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76BD6; }

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

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

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

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

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

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

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

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