Html Css Color HEX #A560DA Amethyst

📋 copy color: '#A560DA'

red 165 ◦ green 96 ◦ blue 218

#A560DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #A560DA

Tints of Amethyst #A560DA

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 value IS 0.24

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A560DA (or 0xA560DA) is known color: 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

RGB 165 96 218 -
CMYK 0.24 0.56 0 0.15
HSL 273.93º 0.62% 0.62% -
HSV(B) 273.93º 0.56% 0.85% -
XYZ 32.35 21.43 68.76 -
YUV 130.54 177.36 152.58 -
System Red Green Blue C M Y K H S L
Decimal 165 96 218 0.24 0.56 0 0.15 273.93 0.62 0.62
Hex A5 60 DA 18 38 0 F 112 3E 3E
Octal 245 140 332 30 70 0 17 422 76 76
Binary 10100101 1100000 11011010 11000 111000 0 1111 100010010 111110 111110

Color Harmonies of #A560DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A560DA

Black with #A560DA

Text Example


Text Example

White with #A560DA

Text Example


Text Example

HTML Codes & Css Web 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>