#A76DBE

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

Shades of Amethyst #A76DBE

Tints of Amethyst #A76DBE

Color information

#A76DBE (or 0xA76DBE) is unknown color: approx Amethyst. HEX triplet: A7, 6D and BE. RGB value is (167,109,190). Sum of RGB (Red+Green+Blue) = 167+109+190=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #A76DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76DBE is #589241. Grayscale: #878787. Windows color (decimal): -5804610 or 12479911. OLE color: 12479911.

HSL color Cylindrical-coordinate representation of color #A76DBE: hue angle of 282.96º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A76DBE is Cyan = 0.12, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB167109190-
CMYK0.120.4300.25
HSL282.96º38.39%58.63%-
HSV(B)282.96º42.63%74.51%-
XYZ30.722.8751.51-
YUV135.58158.72150.41-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.84%
GREEN value IS 109 (42.97% from 255) = 23.39%
BLUE value IS 190 (74.61% from 255) = 40.77%
R=35.84%
G=23.39%
B=40.77%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671091900.120.4300.25282.9638.3958.63
HexA76DBEC2B01911b263b
Octal24715527614530314334673
Binary101001111101101101111101100101011011001100011011100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76DBE; }

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

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

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

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

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

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

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

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