Html Css Color HEX #A356F9 Medium Purple

📋 copy color: '#A356F9'

red 163 ◦ green 86 ◦ blue 249

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

Shades of Medium Purple #A356F9

Tints of Medium Purple #A356F9

RGB

 RED value IS 163 (64.06% from 255) = 32.73%

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

 BLUE value IS 249 (97.66% from 255) = 50%

R = 32.73%
G = 17.27%
B = 50%

CMYK

 C value IS 0.35

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A356F9 (or 0xA356F9) is known color: Medium Purple. HEX triplet: A3, 56 and F9. RGB value is (163,86,249). Sum of RGB (Red+Green+Blue) = 163+86+249=498 (65% of max value = 765). Red value is 163 (64.06% from 255 or 32.73% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 249 (97.66% from 255 or 50% from 498); Max value from RGB is 249 - color contains mainly: blue. Hex color #A356F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A356F9 is #5CA906. Grayscale: #7F7F7F. Windows color (decimal): -6072583 or 16340643. OLE color: 16340643.

HSL color Cylindrical-coordinate representation of color #A356F9: hue angle of 268.34º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A356F9 is Cyan = 0.35, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 163 86 249 -
CMYK 0.35 0.65 0 0.02
HSL 268.34º 0.93% 0.66% -
HSV(B) 268.34º 0.65% 0.98% -
XYZ 35.53 21.28 91.86 -
YUV 127.61 196.51 153.25 -
System Red Green Blue C M Y K H S L
Decimal 163 86 249 0.35 0.65 0 0.02 268.34 0.93 0.66
Hex A3 56 F9 23 41 0 2 10C 5D 42
Octal 243 126 371 43 101 0 2 414 135 102
Binary 10100011 1010110 11111001 100011 1000001 0 10 100001100 1011101 1000010

Color Harmonies of #A356F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A356F9

Black with #A356F9

Text Example


Text Example

White with #A356F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A356F9; }

 p { color: rgb(163,86,249); }

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

background-color css

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

 a { background-color: rgb(163,86,249); }

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

border-color css

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

 span { border-color: rgb(163,86,249); }

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