Html Css Color HEX #A559E2 Amethyst

📋 copy color: '#A559E2'

red 165 ◦ green 89 ◦ blue 226

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

Shades of Amethyst #A559E2

Tints of Amethyst #A559E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 47.08%

R = 34.38%
G = 18.54%
B = 47.08%

CMYK

 C value IS 0.27

 M value IS 0.61

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#A559E2 (or 0xA559E2) is known color: Amethyst. HEX triplet: A5, 59 and E2. RGB value is (165,89,226). Sum of RGB (Red+Green+Blue) = 165+89+226=480 (63% of max value = 765). Red value is 165 (64.84% from 255 or 34.38% from 480); Green value is 89 (35.16% from 255 or 18.54% from 480); Blue value is 226 (88.67% from 255 or 47.08% from 480); Max value from RGB is 226 - color contains mainly: blue. Hex color #A559E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A559E2 is #5AA61D. Grayscale: #7E7E7E. Windows color (decimal): -5940766 or 14834085. OLE color: 14834085.

HSL color Cylindrical-coordinate representation of color #A559E2: hue angle of 273.28º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A559E2 is Cyan = 0.27, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 165 89 226 -
CMYK 0.27 0.61 0 0.11
HSL 273.28º 0.7% 0.62% -
HSV(B) 273.28º 0.61% 0.89% -
XYZ 32.82 20.64 74.2 -
YUV 127.34 183.68 154.86 -
System Red Green Blue C M Y K H S L
Decimal 165 89 226 0.27 0.61 0 0.11 273.28 0.7 0.62
Hex A5 59 E2 1B 3D 0 B 111 46 3E
Octal 245 131 342 33 75 0 13 421 106 76
Binary 10100101 1011001 11100010 11011 111101 0 1011 100010001 1000110 111110

Color Harmonies of #A559E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A559E2

Black with #A559E2

Text Example


Text Example

White with #A559E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A559E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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