#A764CD

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

Shades of Amethyst #A764CD

Tints of Amethyst #A764CD

Color information

#A764CD (or 0xA764CD) is unknown color: approx Amethyst. HEX triplet: A7, 64 and CD. RGB value is (167,100,205). Sum of RGB (Red+Green+Blue) = 167+100+205=472 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.38% from 472); Green value is 100 (39.45% from 255 or 21.19% from 472); Blue value is 205 (80.47% from 255 or 43.43% from 472); Max value from RGB is 205 - color contains mainly: blue. Hex color #A764CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A764CD is #589B32. Grayscale: #838383. Windows color (decimal): -5806899 or 13460647. OLE color: 13460647.

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

Color convert

RGB167100205-
CMYK0.190.5100.20
HSL278.29º51.22%59.8%-
HSV(B)278.29º51.22%80.39%-
XYZ31.5121.7460.29-
YUV132169.2152.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 35.38%
GREEN value IS 100 (39.45% from 255) = 21.19%
BLUE value IS 205 (80.47% from 255) = 43.43%
R=35.38%
G=21.19%
B=43.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1671002050.190.5100.20278.2951.2259.8
HexA764CD1333014116333c
Octal24714431523630244266374
Binary1010011111001001100110110011110011010100100010110110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A764CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A764CD; }

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

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

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

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

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

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

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

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