Html Css Color HEX #A559D5 Amethyst

📋 copy color: '#A559D5'

red 165 ◦ green 89 ◦ blue 213

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

Shades of Amethyst #A559D5

Tints of Amethyst #A559D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 45.61%

R = 35.33%
G = 19.06%
B = 45.61%

CMYK

 C value IS 0.23

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A559D5 (or 0xA559D5) is known color: Amethyst. HEX triplet: A5, 59 and D5. RGB value is (165,89,213). Sum of RGB (Red+Green+Blue) = 165+89+213=467 (61% of max value = 765). Red value is 165 (64.84% from 255 or 35.33% from 467); Green value is 89 (35.16% from 255 or 19.06% from 467); Blue value is 213 (83.59% from 255 or 45.61% from 467); Max value from RGB is 213 - color contains mainly: blue. Hex color #A559D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559D5 is #5AA62A. Grayscale: #7D7D7D. Windows color (decimal): -5940779 or 13982117. OLE color: 13982117.

HSL color Cylindrical-coordinate representation of color #A559D5: hue angle of 276.77º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A559D5 is Cyan = 0.23, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 165 89 213 -
CMYK 0.23 0.58 0 0.16
HSL 276.77º 0.6% 0.59% -
HSV(B) 276.77º 0.58% 0.84% -
XYZ 31.1 19.95 65.16 -
YUV 125.86 177.18 155.92 -
System Red Green Blue C M Y K H S L
Decimal 165 89 213 0.23 0.58 0 0.16 276.77 0.6 0.59
Hex A5 59 D5 17 3A 0 10 115 3C 3B
Octal 245 131 325 27 72 0 20 425 74 73
Binary 10100101 1011001 11010101 10111 111010 0 10000 100010101 111100 111011

Color Harmonies of #A559D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A559D5

Black with #A559D5

Text Example


Text Example

White with #A559D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A559D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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