Html Css Color HEX #A157D5 Amethyst

📋 copy color: '#A157D5'

red 161 ◦ green 87 ◦ blue 213

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

Shades of Amethyst #A157D5

Tints of Amethyst #A157D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 46.2%

R = 34.92%
G = 18.87%
B = 46.2%

CMYK

 C value IS 0.24

 M value IS 0.59

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#A157D5 (or 0xA157D5) is known color: Amethyst. HEX triplet: A1, 57 and D5. RGB value is (161,87,213). Sum of RGB (Red+Green+Blue) = 161+87+213=461 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.92% from 461); Green value is 87 (34.38% from 255 or 18.87% from 461); Blue value is 213 (83.59% from 255 or 46.20% from 461); Max value from RGB is 213 - color contains mainly: blue. Hex color #A157D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157D5 is #5EA82A. Grayscale: #7B7B7B. Windows color (decimal): -6203435 or 13981601. OLE color: 13981601.

HSL color Cylindrical-coordinate representation of color #A157D5: hue angle of 275.24º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A157D5 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 161 87 213 -
CMYK 0.24 0.59 0 0.16
HSL 275.24º 0.6% 0.59% -
HSV(B) 275.24º 0.59% 0.84% -
XYZ 30.12 19.2 65.07 -
YUV 123.49 178.52 154.75 -
System Red Green Blue C M Y K H S L
Decimal 161 87 213 0.24 0.59 0 0.16 275.24 0.6 0.59
Hex A1 57 D5 18 3B 0 10 113 3C 3B
Octal 241 127 325 30 73 0 20 423 74 73
Binary 10100001 1010111 11010101 11000 111011 0 10000 100010011 111100 111011

Color Harmonies of #A157D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157D5

Black with #A157D5

Text Example


Text Example

White with #A157D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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