Html Css Color HEX #A157CF Amethyst

📋 copy color: '#A157CF'

red 161 ◦ green 87 ◦ blue 207

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

Shades of Amethyst #A157CF

Tints of Amethyst #A157CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 45.49%

R = 35.38%
G = 19.12%
B = 45.49%

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

#A157CF (or 0xA157CF) is known color: Amethyst. HEX triplet: A1, 57 and CF. RGB value is (161,87,207). Sum of RGB (Red+Green+Blue) = 161+87+207=455 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.38% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 207 (81.25% from 255 or 45.49% from 455); Max value from RGB is 207 - color contains mainly: blue. Hex color #A157CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A157CF is #5EA830. Grayscale: #7A7A7A. Windows color (decimal): -6203441 or 13588385. OLE color: 13588385.

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

Color convert

RGB 161 87 207 -
CMYK 0.22 0.58 0 0.19
HSL 277º 0.56% 0.58% -
HSV(B) 277º 0.58% 0.81% -
XYZ 29.37 18.9 61.13 -
YUV 122.81 175.52 155.24 -
System Red Green Blue C M Y K H S L
Decimal 161 87 207 0.22 0.58 0 0.19 277 0.56 0.58
Hex A1 57 CF 16 3A 0 13 115 38 3A
Octal 241 127 317 26 72 0 23 425 70 72
Binary 10100001 1010111 11001111 10110 111010 0 10011 100010101 111000 111010

Color Harmonies of #A157CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157CF

Black with #A157CF

Text Example


Text Example

White with #A157CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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