Html Css Color HEX #A157CE Amethyst

📋 copy color: '#A157CE'

red 161 ◦ green 87 ◦ blue 206

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

Shades of Amethyst #A157CE

Tints of Amethyst #A157CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.37%

R = 35.46%
G = 19.16%
B = 45.37%

CMYK

 C value IS 0.22

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A157CE (or 0xA157CE) is known color: Amethyst. HEX triplet: A1, 57 and CE. RGB value is (161,87,206). Sum of RGB (Red+Green+Blue) = 161+87+206=454 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.46% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 206 (80.86% from 255 or 45.37% from 454); Max value from RGB is 206 - color contains mainly: blue. Hex color #A157CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157CE is #5EA831. Grayscale: #7A7A7A. Windows color (decimal): -6203442 or 13522849. OLE color: 13522849.

HSL color Cylindrical-coordinate representation of color #A157CE: hue angle of 277.31º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A157CE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 161 87 206 -
CMYK 0.22 0.58 0 0.19
HSL 277.31º 0.55% 0.57% -
HSV(B) 277.31º 0.58% 0.81% -
XYZ 29.25 18.85 60.49 -
YUV 122.69 175.02 155.32 -
System Red Green Blue C M Y K H S L
Decimal 161 87 206 0.22 0.58 0 0.19 277.31 0.55 0.57
Hex A1 57 CE 16 3A 0 13 115 37 39
Octal 241 127 316 26 72 0 23 425 67 71
Binary 10100001 1010111 11001110 10110 111010 0 10011 100010101 110111 111001

Color Harmonies of #A157CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157CE

Black with #A157CE

Text Example


Text Example

White with #A157CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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