#A564CD

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

Shades of Amethyst #A564CD

Tints of Amethyst #A564CD

Color information

#A564CD (or 0xA564CD) is unknown color: approx Amethyst. HEX triplet: A5, 64 and CD. RGB value is (165,100,205). Sum of RGB (Red+Green+Blue) = 165+100+205=470 (62% of max value = 765). Red value is 165 (64.84% from 255 or 35.11% from 470); Green value is 100 (39.45% from 255 or 21.28% from 470); Blue value is 205 (80.47% from 255 or 43.62% from 470); Max value from RGB is 205 - color contains mainly: blue. Hex color #A564CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A564CD is #5A9B32. Grayscale: #838383. Windows color (decimal): -5937971 or 13460645. OLE color: 13460645.

HSL color Cylindrical-coordinate representation of color #A564CD: hue angle of 277.14º 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 #A564CD is Cyan = 0.20, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB165100205-
CMYK0.200.5100.20
HSL277.14º51.22%59.8%-
HSV(B)277.14º51.22%80.39%-
XYZ31.0921.5260.27-
YUV131.4169.53151.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 35.11%
GREEN value IS 100 (39.45% from 255) = 21.28%
BLUE value IS 205 (80.47% from 255) = 43.62%
R=35.11%
G=21.28%
B=43.62%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1651002050.200.5100.20277.1451.2259.8
HexA564CD1433014115333c
Octal24514431524630244256374
Binary1010010111001001100110110100110011010100100010101110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A564CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A564CD; }

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

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

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

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

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

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

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

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