Html Css Color HEX #A157ED Medium Purple

📋 copy color: '#A157ED'

red 161 ◦ green 87 ◦ blue 237

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

Shades of Medium Purple #A157ED

Tints of Medium Purple #A157ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 48.87%

R = 33.2%
G = 17.94%
B = 48.87%

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

#A157ED (or 0xA157ED) is known color: Medium Purple. HEX triplet: A1, 57 and ED. RGB value is (161,87,237). Sum of RGB (Red+Green+Blue) = 161+87+237=485 (64% of max value = 765). Red value is 161 (63.28% from 255 or 33.20% from 485); Green value is 87 (34.38% from 255 or 17.94% from 485); Blue value is 237 (92.97% from 255 or 48.87% from 485); Max value from RGB is 237 - color contains mainly: blue. Hex color #A157ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A157ED is #5EA812. Grayscale: #7D7D7D. Windows color (decimal): -6203411 or 15554465. OLE color: 15554465.

HSL color Cylindrical-coordinate representation of color #A157ED: hue angle of 269.6º degrees, saturation: 0.81, 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 #A157ED is Cyan = 0.32, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 161 87 237 -
CMYK 0.32 0.63 0 0.07
HSL 269.6º 0.81% 0.64% -
HSV(B) 269.6º 0.63% 0.93% -
XYZ 33.39 20.51 82.32 -
YUV 126.23 190.52 152.8 -
System Red Green Blue C M Y K H S L
Decimal 161 87 237 0.32 0.63 0 0.07 269.6 0.81 0.64
Hex A1 57 ED 20 3F 0 7 10E 51 40
Octal 241 127 355 40 77 0 7 416 121 100
Binary 10100001 1010111 11101101 100000 111111 0 111 100001110 1010001 1000000

Color Harmonies of #A157ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157ED

Black with #A157ED

Text Example


Text Example

White with #A157ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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