#a764ce

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

Shades of Amethyst #A764CE

Tints of Amethyst #A764CE

Color information

#A764CE (or 0xA764CE) is unknown color: approx Amethyst. HEX triplet: A7, 64 and CE. RGB value is (167,100,206). Sum of RGB (Red+Green+Blue) = 167+100+206=473 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.31% from 473); Green value is 100 (39.45% from 255 or 21.14% from 473); Blue value is 206 (80.86% from 255 or 43.55% from 473); Max value from RGB is 206 - color contains mainly: blue. Hex color #A764CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764CE is #589B31. Grayscale: #838383. Windows color (decimal): -5806898 or 13526183. OLE color: 13526183.

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

Color convert

RGB167100206-
CMYK0.190.5100.19
HSL277.92º51.96%60%-
HSV(B)277.92º51.46%80.78%-
XYZ31.6321.7960.93-
YUV132.12169.7152.88-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.31%
GREEN value IS 100 (39.45% from 255) = 21.14%
BLUE value IS 206 (80.86% from 255) = 43.55%
R=35.31%
G=21.14%
B=43.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1671002060.190.5100.19277.9251.9660
HexA764CE1333013116343c
Octal24714431623630234266474
Binary1010011111001001100111010011110011010011100010110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a764ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a764ce; }

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

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

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

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

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

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

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

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