Html Css Color HEX #A559DA Amethyst

📋 copy color: '#A559DA'

red 165 ◦ green 89 ◦ blue 218

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

Shades of Amethyst #A559DA

Tints of Amethyst #A559DA

RGB

 RED value IS 165 (64.84% from 255) = 34.96%

 GREEN value IS 89 (35.16% from 255) = 18.86%

 BLUE value IS 218 (85.55% from 255) = 46.19%

R = 34.96%
G = 18.86%
B = 46.19%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A559DA (or 0xA559DA) is known color: Amethyst. HEX triplet: A5, 59 and DA. RGB value is (165,89,218). Sum of RGB (Red+Green+Blue) = 165+89+218=472 (62% of max value = 765). Red value is 165 (64.84% from 255 or 34.96% from 472); Green value is 89 (35.16% from 255 or 18.86% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 218 - color contains mainly: blue. Hex color #A559DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559DA is #5AA625. Grayscale: #7D7D7D. Windows color (decimal): -5940774 or 14309797. OLE color: 14309797.

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

Color convert

RGB 165 89 218 -
CMYK 0.24 0.59 0 0.15
HSL 275.35º 0.64% 0.6% -
HSV(B) 275.35º 0.59% 0.85% -
XYZ 31.74 20.21 68.56 -
YUV 126.43 179.68 155.51 -
System Red Green Blue C M Y K H S L
Decimal 165 89 218 0.24 0.59 0 0.15 275.35 0.64 0.6
Hex A5 59 DA 18 3B 0 F 113 40 3C
Octal 245 131 332 30 73 0 17 423 100 74
Binary 10100101 1011001 11011010 11000 111011 0 1111 100010011 1000000 111100

Color Harmonies of #A559DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A559DA

Black with #A559DA

Text Example


Text Example

White with #A559DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A559DA; }

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

 H1.HeaderClassName
 {
   color: #A559DA;
 }
 .AnyTagClassName
 {
   color: #A559DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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