Html Css Color HEX #A356FB Medium Purple

📋 copy color: '#A356FB'

red 163 ◦ green 86 ◦ blue 251

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

Shades of Medium Purple #A356FB

Tints of Medium Purple #A356FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 50.2%

R = 32.6%
G = 17.2%
B = 50.2%

CMYK

 C value IS 0.35

 M value IS 0.66

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A356FB (or 0xA356FB) is known color: Medium Purple. HEX triplet: A3, 56 and FB. RGB value is (163,86,251). Sum of RGB (Red+Green+Blue) = 163+86+251=500 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.6% from 500); Green value is 86 (33.98% from 255 or 17.2% from 500); Blue value is 251 (98.44% from 255 or 50.2% from 500); Max value from RGB is 251 - color contains mainly: blue. Hex color #A356FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A356FB is #5CA904. Grayscale: #7F7F7F. Windows color (decimal): -6072581 or 16471715. OLE color: 16471715.

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

Color convert

RGB 163 86 251 -
CMYK 0.35 0.66 0 0.02
HSL 268º 0.95% 0.66% -
HSV(B) 268º 0.66% 0.98% -
XYZ 35.84 21.41 93.51 -
YUV 127.83 197.51 153.08 -
System Red Green Blue C M Y K H S L
Decimal 163 86 251 0.35 0.66 0 0.02 268 0.95 0.66
Hex A3 56 FB 23 42 0 2 10C 5F 42
Octal 243 126 373 43 102 0 2 414 137 102
Binary 10100011 1010110 11111011 100011 1000010 0 10 100001100 1011111 1000010

Color Harmonies of #A356FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A356FB

Black with #A356FB

Text Example


Text Example

White with #A356FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A356FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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