#A560D4

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

Shades of Amethyst #A560D4

Tints of Amethyst #A560D4

Color information

#A560D4 (or 0xA560D4) is unknown color: approx Amethyst. HEX triplet: A5, 60 and D4. RGB value is (165,96,212). Sum of RGB (Red+Green+Blue) = 165+96+212=473 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.88% from 473); Green value is 96 (37.89% from 255 or 20.30% from 473); Blue value is 212 (83.20% from 255 or 44.82% from 473); Max value from RGB is 212 - color contains mainly: blue. Hex color #A560D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A560D4 is #5A9F2B. Grayscale: #818181. Windows color (decimal): -5938988 or 13918373. OLE color: 13918373.

HSL color Cylindrical-coordinate representation of color #A560D4: hue angle of 275.69º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A560D4 is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB16596212-
CMYK0.220.5500.17
HSL275.69º57.43%60.39%-
HSV(B)275.69º54.72%83.14%-
XYZ31.5821.1264.7-
YUV129.85174.36153.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 34.88%
GREEN value IS 96 (37.89% from 255) = 20.30%
BLUE value IS 212 (83.20% from 255) = 44.82%
R=34.88%
G=20.30%
B=44.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal165962120.220.5500.17275.6957.4360.39
HexA560D41637011114393c
Octal24514032426670214247174
Binary1010010111000001101010010110110111010001100010100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A560D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A560D4; }

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

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

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

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

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

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

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

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