Html Css Color HEX #A157DA Amethyst

📋 copy color: '#A157DA'

red 161 ◦ green 87 ◦ blue 218

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

Shades of Amethyst #A157DA

Tints of Amethyst #A157DA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.67%

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

R = 34.55%
G = 18.67%
B = 46.78%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#A157DA (or 0xA157DA) is known color: Amethyst. HEX triplet: A1, 57 and DA. RGB value is (161,87,218). Sum of RGB (Red+Green+Blue) = 161+87+218=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 87 (34.38% from 255 or 18.67% from 466); Blue value is 218 (85.55% from 255 or 46.78% from 466); Max value from RGB is 218 - color contains mainly: blue. Hex color #A157DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157DA is #5EA825. Grayscale: #7B7B7B. Windows color (decimal): -6203430 or 14309281. OLE color: 14309281.

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

Color convert

RGB 161 87 218 -
CMYK 0.26 0.60 0 0.15
HSL 273.89º 0.64% 0.6% -
HSV(B) 273.89º 0.6% 0.85% -
XYZ 30.76 19.46 68.46 -
YUV 124.06 181.02 154.35 -
System Red Green Blue C M Y K H S L
Decimal 161 87 218 0.26 0.60 0 0.15 273.89 0.64 0.6
Hex A1 57 DA 1A 3C 0 F 112 40 3C
Octal 241 127 332 32 74 0 17 422 100 74
Binary 10100001 1010111 11011010 11010 111100 0 1111 100010010 1000000 111100

Color Harmonies of #A157DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157DA

Black with #A157DA

Text Example


Text Example

White with #A157DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157DA; }

 p { color: rgb(161,87,218); }

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

background-color css

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

 a { background-color: rgb(161,87,218); }

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

border-color css

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

 span { border-color: rgb(161,87,218); }

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