Html Css Color HEX #A157EE Medium Purple

📋 copy color: '#A157EE'

red 161 ◦ green 87 ◦ blue 238

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

Shades of Medium Purple #A157EE

Tints of Medium Purple #A157EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 48.97%

R = 33.13%
G = 17.9%
B = 48.97%

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

#A157EE (or 0xA157EE) is known color: Medium Purple. HEX triplet: A1, 57 and EE. RGB value is (161,87,238). Sum of RGB (Red+Green+Blue) = 161+87+238=486 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.13% from 486); Green value is 87 (34.38% from 255 or 17.90% from 486); Blue value is 238 (93.36% from 255 or 48.97% from 486); Max value from RGB is 238 - color contains mainly: blue. Hex color #A157EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A157EE is #5EA811. Grayscale: #7D7D7D. Windows color (decimal): -6203410 or 15620001. OLE color: 15620001.

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

Color convert

RGB 161 87 238 -
CMYK 0.32 0.63 0 0.07
HSL 269.4º 0.82% 0.64% -
HSV(B) 269.4º 0.63% 0.93% -
XYZ 33.54 20.57 83.09 -
YUV 126.34 191.02 152.72 -
System Red Green Blue C M Y K H S L
Decimal 161 87 238 0.32 0.63 0 0.07 269.4 0.82 0.64
Hex A1 57 EE 20 3F 0 7 10D 52 40
Octal 241 127 356 40 77 0 7 415 122 100
Binary 10100001 1010111 11101110 100000 111111 0 111 100001101 1010010 1000000

Color Harmonies of #A157EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157EE

Black with #A157EE

Text Example


Text Example

White with #A157EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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