Html Css Color HEX #A157E0 Amethyst

📋 copy color: '#A157E0'

red 161 ◦ green 87 ◦ blue 224

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

Shades of Amethyst #A157E0

Tints of Amethyst #A157E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.46%

R = 34.11%
G = 18.43%
B = 47.46%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#A157E0 (or 0xA157E0) is known color: Amethyst. HEX triplet: A1, 57 and E0. RGB value is (161,87,224). Sum of RGB (Red+Green+Blue) = 161+87+224=472 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.11% from 472); Green value is 87 (34.38% from 255 or 18.43% from 472); Blue value is 224 (87.89% from 255 or 47.46% from 472); Max value from RGB is 224 - color contains mainly: blue. Hex color #A157E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157E0 is #5EA81F. Grayscale: #7C7C7C. Windows color (decimal): -6203424 or 14702497. OLE color: 14702497.

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

Color convert

RGB 161 87 224 -
CMYK 0.28 0.61 0 0.12
HSL 272.41º 0.69% 0.61% -
HSV(B) 272.41º 0.61% 0.88% -
XYZ 31.56 19.78 72.67 -
YUV 124.74 184.02 153.86 -
System Red Green Blue C M Y K H S L
Decimal 161 87 224 0.28 0.61 0 0.12 272.41 0.69 0.61
Hex A1 57 E0 1C 3D 0 C 110 45 3D
Octal 241 127 340 34 75 0 14 420 105 75
Binary 10100001 1010111 11100000 11100 111101 0 1100 100010000 1000101 111101

Color Harmonies of #A157E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157E0

Black with #A157E0

Text Example


Text Example

White with #A157E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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