Html Css Color HEX #A157EA Amethyst

📋 copy color: '#A157EA'

red 161 ◦ green 87 ◦ blue 234

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

Shades of Amethyst #A157EA

Tints of Amethyst #A157EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 48.55%

R = 33.4%
G = 18.05%
B = 48.55%

CMYK

 C value IS 0.31

 M value IS 0.63

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A157EA (or 0xA157EA) is known color: Amethyst. HEX triplet: A1, 57 and EA. RGB value is (161,87,234). Sum of RGB (Red+Green+Blue) = 161+87+234=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 87 (34.38% from 255 or 18.05% from 482); Blue value is 234 (91.80% from 255 or 48.55% from 482); Max value from RGB is 234 - color contains mainly: blue. Hex color #A157EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A157EA is #5EA815. Grayscale: #7D7D7D. Windows color (decimal): -6203414 or 15357857. OLE color: 15357857.

HSL color Cylindrical-coordinate representation of color #A157EA: hue angle of 270.2º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A157EA is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 161 87 234 -
CMYK 0.31 0.63 0 0.08
HSL 270.2º 0.78% 0.63% -
HSV(B) 270.2º 0.63% 0.92% -
XYZ 32.96 20.33 80.03 -
YUV 125.88 189.02 153.05 -
System Red Green Blue C M Y K H S L
Decimal 161 87 234 0.31 0.63 0 0.08 270.2 0.78 0.63
Hex A1 57 EA 1F 3F 0 8 10E 4E 3F
Octal 241 127 352 37 77 0 10 416 116 77
Binary 10100001 1010111 11101010 11111 111111 0 1000 100001110 1001110 111111

Color Harmonies of #A157EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157EA

Black with #A157EA

Text Example


Text Example

White with #A157EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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