#A76EBF

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

Shades of Amethyst #A76EBF

Tints of Amethyst #A76EBF

Color information

#A76EBF (or 0xA76EBF) is unknown color: approx Amethyst. HEX triplet: A7, 6E and BF. RGB value is (167,110,191). Sum of RGB (Red+Green+Blue) = 167+110+191=468 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.68% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #A76EBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76EBF is #589140. Grayscale: #888888. Windows color (decimal): -5804353 or 12545703. OLE color: 12545703.

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

Color convert

RGB167110191-
CMYK0.130.4200.25
HSL282.22º38.76%59.02%-
HSV(B)282.22º42.41%74.9%-
XYZ30.9223.1352.13-
YUV136.28158.88149.91-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.68%
GREEN value IS 110 (43.36% from 255) = 23.50%
BLUE value IS 191 (75% from 255) = 40.81%
R=35.68%
G=23.50%
B=40.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1671101910.130.4200.25282.2238.7659.02
HexA76EBFD2A01911a273b
Octal24715627715520314324773
Binary101001111101110101111111101101010011001100011010100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76EBF; }

 p { color: rgb(167,110,191); }

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

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

 a { background-color: rgb(167,110,191); }

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

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

 span { border-color: rgb(167,110,191); }

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