#A76DD0

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

Shades of Amethyst #A76DD0

Tints of Amethyst #A76DD0

Color information

#A76DD0 (or 0xA76DD0) is unknown color: approx Amethyst. HEX triplet: A7, 6D and D0. RGB value is (167,109,208). Sum of RGB (Red+Green+Blue) = 167+109+208=484 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.50% from 484); Green value is 109 (42.97% from 255 or 22.52% from 484); Blue value is 208 (81.64% from 255 or 42.98% from 484); Max value from RGB is 208 - color contains mainly: blue. Hex color #A76DD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DD0 is #58922F. Grayscale: #898989. Windows color (decimal): -5804592 or 13659559. OLE color: 13659559.

HSL color Cylindrical-coordinate representation of color #A76DD0: hue angle of 275.15º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A76DD0 is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB167109208-
CMYK0.200.4800.18
HSL275.15º51.3%62.16%-
HSV(B)275.15º47.6%81.57%-
XYZ32.7923.7162.52-
YUV137.63167.72148.95-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.50%
GREEN value IS 109 (42.97% from 255) = 22.52%
BLUE value IS 208 (81.64% from 255) = 42.98%
R=34.50%
G=22.52%
B=42.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1671092080.200.4800.18275.1551.362.16
HexA76DD01430012113333e
Octal24715532024600224236376
Binary1010011111011011101000010100110000010010100010011110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76DD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76DD0; }

 p { color: rgb(167,109,208); }

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

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

 a { background-color: rgb(167,109,208); }

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

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

 span { border-color: rgb(167,109,208); }

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