Html Css Color HEX #A157FD Medium Purple

📋 copy color: '#A157FD'

red 161 ◦ green 87 ◦ blue 253

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

Shades of Medium Purple #A157FD

Tints of Medium Purple #A157FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 50.5%

R = 32.14%
G = 17.37%
B = 50.5%

CMYK

 C value IS 0.36

 M value IS 0.66

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A157FD (or 0xA157FD) is known color: Medium Purple. HEX triplet: A1, 57 and FD. RGB value is (161,87,253). Sum of RGB (Red+Green+Blue) = 161+87+253=501 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.14% from 501); Green value is 87 (34.38% from 255 or 17.37% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #A157FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A157FD is #5EA802. Grayscale: #7F7F7F. Windows color (decimal): -6203395 or 16603041. OLE color: 16603041.

HSL color Cylindrical-coordinate representation of color #A157FD: hue angle of 266.75º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A157FD is Cyan = 0.36, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 161 87 253 -
CMYK 0.36 0.66 0 0.01
HSL 266.75º 0.98% 0.67% -
HSV(B) 266.75º 0.66% 0.99% -
XYZ 35.84 21.49 95.19 -
YUV 128.05 198.52 151.5 -
System Red Green Blue C M Y K H S L
Decimal 161 87 253 0.36 0.66 0 0.01 266.75 0.98 0.67
Hex A1 57 FD 24 42 0 1 10B 62 43
Octal 241 127 375 44 102 0 1 413 142 103
Binary 10100001 1010111 11111101 100100 1000010 0 1 100001011 1100010 1000011

Color Harmonies of #A157FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A157FD

Black with #A157FD

Text Example


Text Example

White with #A157FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A157FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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