Html Css Color HEX #A156F7 Medium Purple

📋 copy color: '#A156F7'

red 161 ◦ green 86 ◦ blue 247

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

Shades of Medium Purple #A156F7

Tints of Medium Purple #A156F7

RGB

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

 GREEN value IS 86 (33.98% from 255) = 17.41%

 BLUE value IS 247 (96.88% from 255) = 50%

R = 32.59%
G = 17.41%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#A156F7 (or 0xA156F7) is known color: Medium Purple. HEX triplet: A1, 56 and F7. RGB value is (161,86,247). Sum of RGB (Red+Green+Blue) = 161+86+247=494 (65% of max value = 765). Red value is 161 (63.28% from 255 or 32.59% from 494); Green value is 86 (33.98% from 255 or 17.41% from 494); Blue value is 247 (96.88% from 255 or 50% from 494); Max value from RGB is 247 - color contains mainly: blue. Hex color #A156F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A156F7 is #5EA908. Grayscale: #7E7E7E. Windows color (decimal): -6203657 or 16209569. OLE color: 16209569.

HSL color Cylindrical-coordinate representation of color #A156F7: hue angle of 267.95º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A156F7 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 161 86 247 -
CMYK 0.35 0.65 0 0.03
HSL 267.95º 0.91% 0.65% -
HSV(B) 267.95º 0.65% 0.97% -
XYZ 34.81 20.95 90.2 -
YUV 126.78 195.85 152.41 -
System Red Green Blue C M Y K H S L
Decimal 161 86 247 0.35 0.65 0 0.03 267.95 0.91 0.65
Hex A1 56 F7 23 41 0 3 10C 5B 41
Octal 241 126 367 43 101 0 3 414 133 101
Binary 10100001 1010110 11110111 100011 1000001 0 11 100001100 1011011 1000001

Color Harmonies of #A156F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A156F7

Black with #A156F7

Text Example


Text Example

White with #A156F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A156F7; }

 p { color: rgb(161,86,247); }

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

background-color css

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

 a { background-color: rgb(161,86,247); }

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

border-color css

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

 span { border-color: rgb(161,86,247); }

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