#A560DA

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

Shades of Amethyst #A560DA

Tints of Amethyst #A560DA

Color information

#A560DA (or 0xA560DA) is unknown color: approx Amethyst. HEX triplet: A5, 60 and DA. RGB value is (165,96,218). Sum of RGB (Red+Green+Blue) = 165+96+218=479 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.45% from 479); Green value is 96 (37.89% from 255 or 20.04% from 479); Blue value is 218 (85.55% from 255 or 45.51% from 479); Max value from RGB is 218 - color contains mainly: blue. Hex color #A560DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560DA is #5A9F25. Grayscale: #828282. Windows color (decimal): -5938982 or 14311589. OLE color: 14311589.

HSL color Cylindrical-coordinate representation of color #A560DA: hue angle of 273.93º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A560DA is Cyan = 0.24, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB16596218-
CMYK0.240.5600.15
HSL273.93º62.24%61.57%-
HSV(B)273.93º55.96%85.49%-
XYZ32.3521.4368.76-
YUV130.54177.36152.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.45%
GREEN value IS 96 (37.89% from 255) = 20.04%
BLUE value IS 218 (85.55% from 255) = 45.51%
R=34.45%
G=20.04%
B=45.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal165962180.240.5600.15273.9362.2461.57
HexA560DA18380F1123e3e
Octal24514033230700174227676
Binary101001011100000110110101100011100001111100010010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A560DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A560DA; }

 p { color: rgb(165,96,218); }

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

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

 a { background-color: rgb(165,96,218); }

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

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

 span { border-color: rgb(165,96,218); }

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