#A76FCF

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

Shades of Amethyst #A76FCF

Tints of Amethyst #A76FCF

Color information

#A76FCF (or 0xA76FCF) is unknown color: approx Amethyst. HEX triplet: A7, 6F and CF. RGB value is (167,111,207). Sum of RGB (Red+Green+Blue) = 167+111+207=485 (64% of max value = 765). Red value is 167 (65.62% from 255 or 34.43% from 485); Green value is 111 (43.75% from 255 or 22.89% from 485); Blue value is 207 (81.25% from 255 or 42.68% from 485); Max value from RGB is 207 - color contains mainly: blue. Hex color #A76FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A76FCF is #589030. Grayscale: #8A8A8A. Windows color (decimal): -5804081 or 13594535. OLE color: 13594535.

HSL color Cylindrical-coordinate representation of color #A76FCF: hue angle of 275º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A76FCF is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB167111207-
CMYK0.190.4600.19
HSL275º50%62.35%-
HSV(B)275º46.38%81.18%-
XYZ32.8824.0961.95-
YUV138.69166.55148.19-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 34.43%
GREEN value IS 111 (43.75% from 255) = 22.89%
BLUE value IS 207 (81.25% from 255) = 42.68%
R=34.43%
G=22.89%
B=42.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671112070.190.4600.192755062.35
HexA76FCF132E013113323e
Octal24715731723560234236276
Binary1010011111011111100111110011101110010011100010011110010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A76FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A76FCF; }

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

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

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

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

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

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

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

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