Html Css Color HEX #A157F2 Medium Purple

📋 copy color: '#A157F2'

red 161 ◦ green 87 ◦ blue 242

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

Shades of Medium Purple #A157F2

Tints of Medium Purple #A157F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 49.39%

R = 32.86%
G = 17.76%
B = 49.39%

CMYK

 C value IS 0.33

 M value IS 0.64

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A157F2 (or 0xA157F2) is known color: Medium Purple. HEX triplet: A1, 57 and F2. RGB value is (161,87,242). Sum of RGB (Red+Green+Blue) = 161+87+242=490 (64% of max value = 765). Red value is 161 (63.28% from 255 or 32.86% from 490); Green value is 87 (34.38% from 255 or 17.76% from 490); Blue value is 242 (94.92% from 255 or 49.39% from 490); Max value from RGB is 242 - color contains mainly: blue. Hex color #A157F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A157F2 is #5EA80D. Grayscale: #7E7E7E. Windows color (decimal): -6203406 or 15882145. OLE color: 15882145.

HSL color Cylindrical-coordinate representation of color #A157F2: hue angle of 268.65º degrees, saturation: 0.86, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A157F2 is Cyan = 0.33, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 161 87 242 -
CMYK 0.33 0.64 0 0.05
HSL 268.65º 0.86% 0.65% -
HSV(B) 268.65º 0.64% 0.95% -
XYZ 34.13 20.8 86.22 -
YUV 126.8 193.02 152.4 -
System Red Green Blue C M Y K H S L
Decimal 161 87 242 0.33 0.64 0 0.05 268.65 0.86 0.65
Hex A1 57 F2 21 40 0 5 10D 56 41
Octal 241 127 362 41 100 0 5 415 126 101
Binary 10100001 1010111 11110010 100001 1000000 0 101 100001101 1010110 1000001

Color Harmonies of #A157F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157F2

Black with #A157F2

Text Example


Text Example

White with #A157F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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