Html Css Color HEX #A157DF Amethyst

📋 copy color: '#A157DF'

red 161 ◦ green 87 ◦ blue 223

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

Shades of Amethyst #A157DF

Tints of Amethyst #A157DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 47.35%

R = 34.18%
G = 18.47%
B = 47.35%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#A157DF (or 0xA157DF) is known color: Amethyst. HEX triplet: A1, 57 and DF. RGB value is (161,87,223). Sum of RGB (Red+Green+Blue) = 161+87+223=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #A157DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157DF is #5EA820. Grayscale: #7C7C7C. Windows color (decimal): -6203425 or 14636961. OLE color: 14636961.

HSL color Cylindrical-coordinate representation of color #A157DF: hue angle of 272.65º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A157DF is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 161 87 223 -
CMYK 0.28 0.61 0 0.13
HSL 272.65º 0.68% 0.61% -
HSV(B) 272.65º 0.61% 0.87% -
XYZ 31.43 19.72 71.96 -
YUV 124.63 183.52 153.94 -
System Red Green Blue C M Y K H S L
Decimal 161 87 223 0.28 0.61 0 0.13 272.65 0.68 0.61
Hex A1 57 DF 1C 3D 0 D 111 44 3D
Octal 241 127 337 34 75 0 15 421 104 75
Binary 10100001 1010111 11011111 11100 111101 0 1101 100010001 1000100 111101

Color Harmonies of #A157DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157DF

Black with #A157DF

Text Example


Text Example

White with #A157DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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