Html Css Color HEX #A159D6 Amethyst

📋 copy color: '#A159D6'

red 161 ◦ green 89 ◦ blue 214

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

Shades of Amethyst #A159D6

Tints of Amethyst #A159D6

RGB

 RED value IS 161 (63.28% from 255) = 34.7%

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

 BLUE value IS 214 (83.98% from 255) = 46.12%

R = 34.7%
G = 19.18%
B = 46.12%

CMYK

 C value IS 0.25

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A159D6 (or 0xA159D6) is known color: Amethyst. HEX triplet: A1, 59 and D6. RGB value is (161,89,214). Sum of RGB (Red+Green+Blue) = 161+89+214=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 89 (35.16% from 255 or 19.18% from 464); Blue value is 214 (83.98% from 255 or 46.12% from 464); Max value from RGB is 214 - color contains mainly: blue. Hex color #A159D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A159D6 is #5EA629. Grayscale: #7C7C7C. Windows color (decimal): -6202922 or 14047649. OLE color: 14047649.

HSL color Cylindrical-coordinate representation of color #A159D6: hue angle of 274.56º 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 #A159D6 is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 89 214 -
CMYK 0.25 0.58 0 0.16
HSL 274.56º 0.6% 0.59% -
HSV(B) 274.56º 0.58% 0.84% -
XYZ 30.41 19.58 65.79 -
YUV 124.78 178.35 153.84 -
System Red Green Blue C M Y K H S L
Decimal 161 89 214 0.25 0.58 0 0.16 274.56 0.6 0.59
Hex A1 59 D6 19 3A 0 10 113 3C 3B
Octal 241 131 326 31 72 0 20 423 74 73
Binary 10100001 1011001 11010110 11001 111010 0 10000 100010011 111100 111011

Color Harmonies of #A159D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A159D6

Black with #A159D6

Text Example


Text Example

White with #A159D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A159D6; }

 p { color: rgb(161,89,214); }

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

background-color css

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

 a { background-color: rgb(161,89,214); }

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

border-color css

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

 span { border-color: rgb(161,89,214); }

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