Html Css Color HEX #A157EC Amethyst

📋 copy color: '#A157EC'

red 161 ◦ green 87 ◦ blue 236

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

Shades of Amethyst #A157EC

Tints of Amethyst #A157EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 48.76%

R = 33.26%
G = 17.98%
B = 48.76%

CMYK

 C value IS 0.32

 M value IS 0.63

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A157EC (or 0xA157EC) is known color: Amethyst. HEX triplet: A1, 57 and EC. RGB value is (161,87,236). Sum of RGB (Red+Green+Blue) = 161+87+236=484 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.26% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 236 (92.58% from 255 or 48.76% from 484); Max value from RGB is 236 - color contains mainly: blue. Hex color #A157EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A157EC is #5EA813. Grayscale: #7D7D7D. Windows color (decimal): -6203412 or 15488929. OLE color: 15488929.

HSL color Cylindrical-coordinate representation of color #A157EC: hue angle of 269.8º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A157EC is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 87 236 -
CMYK 0.32 0.63 0 0.07
HSL 269.8º 0.8% 0.63% -
HSV(B) 269.8º 0.63% 0.93% -
XYZ 33.25 20.45 81.55 -
YUV 126.11 190.02 152.88 -
System Red Green Blue C M Y K H S L
Decimal 161 87 236 0.32 0.63 0 0.07 269.8 0.8 0.63
Hex A1 57 EC 20 3F 0 7 10E 50 3F
Octal 241 127 354 40 77 0 7 416 120 77
Binary 10100001 1010111 11101100 100000 111111 0 111 100001110 1010000 111111

Color Harmonies of #A157EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157EC

Black with #A157EC

Text Example


Text Example

White with #A157EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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