Html Css Color HEX #A157EF Medium Purple

📋 copy color: '#A157EF'

red 161 ◦ green 87 ◦ blue 239

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

Shades of Medium Purple #A157EF

Tints of Medium Purple #A157EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 49.08%

R = 33.06%
G = 17.86%
B = 49.08%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A157EF (or 0xA157EF) is known color: Medium Purple. HEX triplet: A1, 57 and EF. RGB value is (161,87,239). Sum of RGB (Red+Green+Blue) = 161+87+239=487 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.06% from 487); Green value is 87 (34.38% from 255 or 17.86% from 487); Blue value is 239 (93.75% from 255 or 49.08% from 487); Max value from RGB is 239 - color contains mainly: blue. Hex color #A157EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A157EF is #5EA810. Grayscale: #7D7D7D. Windows color (decimal): -6203409 or 15685537. OLE color: 15685537.

HSL color Cylindrical-coordinate representation of color #A157EF: hue angle of 269.21º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A157EF is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 161 87 239 -
CMYK 0.33 0.64 0 0.06
HSL 269.21º 0.83% 0.64% -
HSV(B) 269.21º 0.64% 0.94% -
XYZ 33.69 20.63 83.87 -
YUV 126.45 191.52 152.64 -
System Red Green Blue C M Y K H S L
Decimal 161 87 239 0.33 0.64 0 0.06 269.21 0.83 0.64
Hex A1 57 EF 21 40 0 6 10D 53 40
Octal 241 127 357 41 100 0 6 415 123 100
Binary 10100001 1010111 11101111 100001 1000000 0 110 100001101 1010011 1000000

Color Harmonies of #A157EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157EF

Black with #A157EF

Text Example


Text Example

White with #A157EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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