#A764C7

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

Shades of Amethyst #A764C7

Tints of Amethyst #A764C7

Color information

#A764C7 (or 0xA764C7) is unknown color: approx Amethyst. HEX triplet: A7, 64 and C7. RGB value is (167,100,199). Sum of RGB (Red+Green+Blue) = 167+100+199=466 (61% of max value = 765). Red value is 167 (65.62% from 255 or 35.84% from 466); Green value is 100 (39.45% from 255 or 21.46% from 466); Blue value is 199 (78.12% from 255 or 42.70% from 466); Max value from RGB is 199 - color contains mainly: blue. Hex color #A764C7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764C7 is #589B38. Grayscale: #828282. Windows color (decimal): -5806905 or 13067431. OLE color: 13067431.

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

Color convert

RGB167100199-
CMYK0.160.5000.22
HSL280.61º46.92%58.63%-
HSV(B)280.61º49.75%78.04%-
XYZ30.821.4556.55-
YUV131.32166.2153.45-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.84%
GREEN value IS 100 (39.45% from 255) = 21.46%
BLUE value IS 199 (78.12% from 255) = 42.70%
R=35.84%
G=21.46%
B=42.70%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1671001990.160.5000.22280.6146.9258.63
HexA764C710320161192f3b
Octal24714430720620264315773
Binary1010011111001001100011110000110010010110100011001101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A764C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A764C7; }

 p { color: rgb(167,100,199); }

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

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

 a { background-color: rgb(167,100,199); }

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

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

 span { border-color: rgb(167,100,199); }

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